[llvm] [SDAG] Fix fmaximum legalization errors (PR #142170)
    Nikita Popov via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri May 30 08:53:37 PDT 2025
    
    
  
================
@@ -2649,3 +2649,180 @@ define <4 x bfloat> @test_fmaximum_v4bf16(<4 x bfloat> %x, <4 x bfloat> %y) {
   %r = call <4 x bfloat> @llvm.maximum.v4bf16(<4 x bfloat> %x, <4 x bfloat> %y)
   ret <4 x bfloat> %r
 }
+
----------------
nikic wrote:
I added i686 tests in a separate file (some of the function signatures in this one aren't supported otherwise). 
https://github.com/llvm/llvm-project/pull/142170
    
    
More information about the llvm-commits
mailing list