[PATCH] D79416: [SVE] Fix wrong usage of getNumElements() in matchIntrinsicType

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 11 10:45:33 PDT 2020


efriedma accepted this revision.
efriedma added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/CodeGen/AArch64/sve-bad-intrinsics.ll:13
+
+declare <vscale x  2 x i64> @llvm.aarch64.sve.add.nxv2i64(<vscale x  2 x i1>, <vscale x  2 x i64>, <vscale x  2 x i64>)
----------------
This isn't the testcase I asked for; this isn't affected by the patch. Please take a look at my suggested testcase again.


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

https://reviews.llvm.org/D79416





More information about the llvm-commits mailing list