[PATCH] D93292: [AArch64][SVE] Add optimization to remove redundant ptest instructions
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 18 05:43:01 PST 2020
paulwalker-arm accepted this revision.
paulwalker-arm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/AArch64/sve-ptest-removal-brk.ll:36
+
+define i32 @brkpb_neg(<vscale x 16 x i1> %pg, <vscale x 16 x i1> %a, <vscale x 16 x i1> %b) {
+; CHECK-LABEL: brkpb_neg:
----------------
For the _neg tests it would be nice to add a comment to outline what behaviour the test is protecting against.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93292/new/
https://reviews.llvm.org/D93292
More information about the llvm-commits
mailing list