[all-commits] [llvm/llvm-project] 3d6e41: [X86] Enable bfloat type support in inline assembl...
Phoebe Wang via All-commits
all-commits at lists.llvm.org
Tue Oct 17 07:56:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d6e4160d52da60c39952abc8e6d2189de0b4e64
https://github.com/llvm/llvm-project/commit/3d6e4160d52da60c39952abc8e6d2189de0b4e64
Author: Phoebe Wang <phoebe.wang at intel.com>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/inline-asm-avx512f-x-constraint.ll
Log Message:
-----------
[X86] Enable bfloat type support in inline assembly constraints (#68469)
Similar to FP16 but we don't have native scalar instruction support, so
limit it to vector types only.
Fixes #68149
More information about the All-commits
mailing list