[PATCH] D105799: [X86] Enable half type support in inline assembly constraints
LuoYuanke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 12 06:19:44 PDT 2021
LuoYuanke added inline comments.
================
Comment at: llvm/test/CodeGen/X86/inline-asm-avx512f-x-constraint.ll:22
+; CHECK-STDERR: couldn't allocate output register for constraint 'x'
+define <32 x half> @mask_Yk_f16(i8 signext %msk, <32 x half> %x, <32 x half> %y) {
+entry:
----------------
Add more vector types (half, <8 x half>) to improve the coverage?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105799/new/
https://reviews.llvm.org/D105799
More information about the llvm-commits
mailing list