[PATCH] D85892: [SVE] Fix bug in SVEIntrinsicOpts::optimizePTest

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 03:49:46 PDT 2020


efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/CodeGen/AArch64/sve-intrinsic-opts-ptest.ll:51
+; OPT-NOT: convert
+; OPT-NEXT: ret i1 %[[OUT]]
+  %1 = tail call <vscale x 16 x i1> @llvm.aarch64.sve.convert.to.svbool.nxv2i1(<vscale x 2 x i1> %a)
----------------
Might want to consider regenerating this test file using update_test_checks.py; easier than trying to write precise CHECK lines by hand.  But doesn't need to be this patch.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85892/new/

https://reviews.llvm.org/D85892



More information about the llvm-commits mailing list