[PATCH] D61430: AMDGPU: Remove redundant patterns for shifts
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 7 15:42:17 PDT 2019
rampitec added inline comments.
================
Comment at: lib/Target/AMDGPU/VOP2Instructions.td:537
def : DivergentBinOp<sube, V_SUBB_U32_e32>;
+}
----------------
This is error, brace should not include adde/sube.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61430/new/
https://reviews.llvm.org/D61430
More information about the llvm-commits
mailing list