aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
diff options
context:
space:
mode:
authorLeonard Chan <leonardchan@google.com>2019-07-26 21:19:37 +0000
committerLeonard Chan <leonardchan@google.com>2019-07-26 21:19:37 +0000
commit01ba91e6af76c433d42ff55f8129ae5404b3b580 (patch)
tree8ff60bc8eb762af542fdff40b407602ab8656936 /llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
parentd20a0fe2033c2b523a85f4b62dcf3ce5ad80e530 (diff)
downloadllvm-01ba91e6af76c433d42ff55f8129ae5404b3b580.zip
llvm-01ba91e6af76c433d42ff55f8129ae5404b3b580.tar.gz
llvm-01ba91e6af76c433d42ff55f8129ae5404b3b580.tar.bz2
[NewPM] Run avx*-builtins.c tests under the new pass manager only
This patch changes the following tests to run under the new pass manager only: ``` Clang :: CodeGen/avx512-reduceMinMaxIntrin.c (1 of 4) Clang :: CodeGen/avx512vl-builtins.c (2 of 4) Clang :: CodeGen/avx512vlbw-builtins.c (3 of 4) Clang :: CodeGen/avx512f-builtins.c (4 of 4) ``` The new PM added extra bitcasts that weren't checked before. For reduceMinMaxIntrin.c, the issue was mostly the alloca's being in a different order. Other changes involved extra bitcasts, and differently ordered loads and stores, but the logic should still be the same. Differential revision: https://reviews.llvm.org/D65110 llvm-svn: 367157
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions