aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/ModuleBuilder.cpp
diff options
context:
space:
mode:
authorDmitry Makogon <d.makogon@g.nsu.ru>2021-11-10 15:48:56 +0700
committerDmitry Makogon <d.makogon@g.nsu.ru>2021-11-10 16:15:20 +0700
commit97cb13615d6d9df254e3c0f3deef9eaedfe189b6 (patch)
tree9cceb8cb04f6586293327b5f4acb05b177609350 /clang/lib/CodeGen/ModuleBuilder.cpp
parentc0cad9d535e35b8d3d4b3d191a9bae93f8c3440d (diff)
downloadllvm-97cb13615d6d9df254e3c0f3deef9eaedfe189b6.zip
llvm-97cb13615d6d9df254e3c0f3deef9eaedfe189b6.tar.gz
llvm-97cb13615d6d9df254e3c0f3deef9eaedfe189b6.tar.bz2
[Test] Separate IndVars test into AArch64 and X86 parts
The widen-loop-comp.ll in indvars has a target triple with specified aarch64 architecture. This caused test failures with db28934 "[IndVars] Pass TTI to replaceCongruentIVs" applied, because with the patch indvars performed some target-specific transforms, and for example if a build supported only X86, then indvars would not have applied those transforms. However, the checks in the test were generated as for aarch64. Thus the test failures on such builds. This patch separates widen-loop-comp.ll into two parts. The first one is intended to be run only if a build supports aarch64. This is now in AArch64 directory with a lit config. The second one was added recently to show db28934 improvements. This one is now in X86 directory. This patch should resolve build issues caused by 5ec23863320ca12bfabb6dcff1d0425cb614b7a5.
Diffstat (limited to 'clang/lib/CodeGen/ModuleBuilder.cpp')
0 files changed, 0 insertions, 0 deletions