aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/SourceManager.cpp
diff options
context:
space:
mode:
authorDominik Adamski <dominik.adamski@amd.com>2023-01-17 03:51:48 -0600
committerDominik Adamski <dominik.adamski@amd.com>2023-02-10 04:11:54 -0600
commitbaca3c150733c89686287ba4927c351eec9695e2 (patch)
treeb3df25bbb63abe5977c7a19186806c241a40e0ab /clang/lib/Basic/SourceManager.cpp
parentc77c186a647b385c291ddabecd70a2b4f84ae342 (diff)
downloadllvm-baca3c150733c89686287ba4927c351eec9695e2.zip
llvm-baca3c150733c89686287ba4927c351eec9695e2.tar.gz
llvm-baca3c150733c89686287ba4927c351eec9695e2.tar.bz2
Move SIMD alignment calculation to LLVM Frontend
Currently default simd alignment is defined by Clang specific TargetInfo class. This class cannot be reused for LLVM Flang. That's why default simd alignment calculation has been moved to OMPIRBuilder which is common for Flang and Clang. Previous attempt: https://reviews.llvm.org/D138496 was wrong because the default alignment depended on the number of built LLVM targets. If we wanted to calculate the default alignment for PPC and we hadn't specified PPC LLVM target to build, then we would get 0 as the alignment because OMPIRBuilder couldn't create PPCTargetMachine object and it returned 0 as the default value. If PPC LLVM target had been built earlier, then OMPIRBuilder could have created PPCTargetMachine object and it would have returned 128. Differential Revision: https://reviews.llvm.org/D141910 Reviewed By: jdoerfert
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions