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

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 27 18:04:32 PDT 2024


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

We don't need to check VLX here?

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


More information about the llvm-commits mailing list