[llvm-branch-commits] [llvm] [AMDGPU] Make <2 x bfloat> fneg legal (PR #142870)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Jun 4 16:15:53 PDT 2025
================
@@ -1835,6 +1835,11 @@ def : GCNPat <
(S_XOR_B32 SReg_32:$src, (S_MOV_B32 (i32 0x80008000)))
>;
+def : GCNPat <
----------------
arsenm wrote:
Can you do the foreach over the types with the v2f16 case
https://github.com/llvm/llvm-project/pull/142870
More information about the llvm-branch-commits
mailing list