[llvm] [AMDGPU] Add commute for some VOP3 inst (PR #121326)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 20:05:17 PST 2025
================
@@ -7,6 +7,6 @@ name: not_shrink_icmp
body: |
bb.0:
; GCN-LABEL: name: not_shrink_icmp
- ; GCN: S_CMP_GT_I32 1, 65, implicit-def $scc
+ ; GCN: S_CMP_LT_I32 65, 1, implicit-def $scc
----------------
arsenm wrote:
Pointless swap but probably not this patch's problem
https://github.com/llvm/llvm-project/pull/121326
More information about the llvm-commits
mailing list