[PATCH] D119696: [AMDGPU] Improve v_cmpx usage on GFX10.3.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 16 06:49:52 PST 2022
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIOptimizeExecMasking.cpp:571
+ // After all s_op_saveexec instructions are inserted,
+ // replace (on GFX10.3)
+ // v_cmp_* SGPR, IMM, VGPR
----------------
nhaehnle wrote:
> gfx10.3 and later.
Why only do this on gfx10.3? Every target has v_cmpx?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119696/new/
https://reviews.llvm.org/D119696
More information about the llvm-commits
mailing list