[PATCH] D93537: [AArch64] Fix inline assembly parsing crash
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 21 03:51:27 PST 2020
c-rhodes added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/inline-asm-constraints-bad-sve.ll:36
+ %1 = load <vscale x 8 x half>, <vscale x 8 x half>* %inv, align 16
+ %2 = call half asm "fminv ${0:p}, $1, $2.h", "=r, at 3Upl,w"(<vscale x 16 x i1> %0, <vscale x 8 x half> %1) #1
+ ret half %2
----------------
nit: the `#1` attribute can be dropped
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93537/new/
https://reviews.llvm.org/D93537
More information about the llvm-commits
mailing list