[PATCH] D92554: [SVE] Fix crashes with inline assembly

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 02:52:06 PST 2020


david-arm added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/inline-asm-constraints-bad-sve.ll:32
+
+define <vscale x 16 x i1> @foo4(i32 *%in) {
+entry:
----------------
sdesmalen wrote:
> How is `foo4` different from `foo1`?
Fair point. The original C tests were different, but I hadn't spotted they'd boiled down to the same IR. I'll remove it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92554



More information about the llvm-commits mailing list