[PATCH] D144558: [AMDGPU] Fix an assertion failure when folding into src2 of V_FMAC_F16
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Feb 22 05:51:50 PST 2023
    
    
  
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/AMDGPU/fma.f16.ll:145
+  ret i32 %i5
+}
----------------
Is it worth adding the same test for <2 x half>?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144558/new/
https://reviews.llvm.org/D144558
    
    
More information about the llvm-commits
mailing list