This revision was automatically updated to reflect the committed changes.
Closed by commit rL367157: [NewPM] Run avx*-builtins.c tests under the new pass
manager only (authored by leonardchan, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to
craig.topper accepted this revision.
craig.topper added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65110/new/
https://reviews.llvm.org/D65110
___
leonardchan added a comment.
*ping*
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65110/new/
https://reviews.llvm.org/D65110
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.o
leonardchan updated this revision to Diff 211572.
leonardchan marked an inline comment as done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65110/new/
https://reviews.llvm.org/D65110
Files:
clang/test/CodeGen/avx512-reduceMinMaxIntrin.c
clang/
RKSimon added inline comments.
Comment at: clang/test/CodeGen/avx512vlbw-builtins.c:904
+ // CHECK: [[TMP:%.*]] = bitcast [[SRCTY:<.*>]] [[SEL]] to [[DSTTY:<.*>]]
+ // CHECK: [[SEL:%.*]] = bitcast [[DSTTY]] [[TMP]] to [[SRCTY]]
// CHECK: select <16 x i1> %{{.*}}, <16 x i8> [
leonardchan created this revision.
leonardchan added reviewers: chandlerc, craig.topper, spatel, RKSimon.
leonardchan added a project: clang.
This patch changes the following tests to run under the new pass manager only:
Clang :: CodeGen/avx512-reduceMinMaxIntrin.c (1 of 4)
Clang :: CodeGen/a