[PATCH] D92554: [SVE] Fix crashes with inline assembly
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 3 02:49:45 PST 2020
sdesmalen 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:
----------------
How is `foo4` different from `foo1`?
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