[PATCH] D61430: AMDGPU: Remove redundant patterns for shifts
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 2 11:52:54 PDT 2019
rampitec added inline comments.
================
Comment at: lib/Target/AMDGPU/VOP2Instructions.td:522
-let AddedComplexity = 1 in {
- def : DivergentBinOp<srl, V_LSHRREV_B32_e64>;
----------------
Did you find out why added complexity was used?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61430/new/
https://reviews.llvm.org/D61430
More information about the llvm-commits
mailing list