[PATCH] D147715: [ARM] Fix Crashes in fp16/bf16 Inline Asm
Oliver Stannard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 05:08:35 PDT 2023
olista01 added inline comments.
================
Comment at: llvm/lib/Target/ARM/ARMISelLowering.cpp:20357
break;
case 'x':
if (VT == MVT::Other)
----------------
Should `f16` and `bf16` be allowed for the `x` constraint too?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147715/new/
https://reviews.llvm.org/D147715
More information about the llvm-commits
mailing list