[llvm] [X86][AVX10.2] Fix wrong predicates for BF16 feature (PR #113800)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 27 18:13:56 PDT 2024


================
@@ -2419,27 +2420,23 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
   }
 
   if (!Subtarget.useSoftFloat() && Subtarget.hasAVX10_2()) {
----------------
phoebewang wrote:

No, we don't. VLX is a concept of legacy AVX512 features. We have to reuse it for 10.1, but since 10.2, we don't need it anymore.

https://github.com/llvm/llvm-project/pull/113800


More information about the llvm-commits mailing list