[PATCH] D122485: [SimplifyCFG] Fold mutil cases to And mask
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 30 04:01:50 PDT 2022
RKSimon added inline comments.
================
Comment at: llvm/test/Transforms/SimplifyCFG/switch-to-select-two-case.ll:70
+
+define i1 @mask0(i8 %0) {
+; CHECK-LABEL: @mask0(
----------------
(style) please can you replace the mask# naming sequence with test names that are more descriptive?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122485/new/
https://reviews.llvm.org/D122485
More information about the llvm-commits
mailing list