[llvm-branch-commits] [llvm] [NVPTX] Add commutativity to SETP instructions to enable MachineCSE of inverted predicates (PR #191890)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Apr 21 08:29:08 PDT 2026
arsenm wrote:
> This seems like an excessive number of tests. I think the cross product of ever supported type and every supported setp isn't really necessary. Can you please cut this down to a more manageable number? Otherwise LGTM
I think these sorts of things should be comprehensive for every opcode. However they don't really need to have all of these separate test files
https://github.com/llvm/llvm-project/pull/191890
More information about the llvm-branch-commits
mailing list