[PATCH] D65110: [NewPM] Run avx*-builtins.c tests under the new pass manager only
Simon Pilgrim via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 23 14:57:29 PDT 2019
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> [[SEL]], <16 x i8> %{{.*}}
----------------
Can you release the DSTTY/SRCTY patterns with the actual types to improve readability?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65110/new/
https://reviews.llvm.org/D65110
More information about the cfe-commits
mailing list