[llvm] [X86] Enable bfloat type support in inline assembly constraints (PR #68469)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 16 10:24:58 PDT 2023
================
@@ -56903,7 +56903,15 @@ X86TargetLowering::getRegForInlineAsmConstraint(const TargetRegisterInfo *TRI,
case MVT::v8f16:
if (!Subtarget.hasFP16())
break;
- [[fallthrough]];
+ if (VConstraint)
----------------
RKSimon wrote:
Why did you drop the Subtarget.hasVLX()?
https://github.com/llvm/llvm-project/pull/68469
More information about the llvm-commits
mailing list