[PATCH] D69355: [AMDGPU] Skip additional folding on the same operand.
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 23 14:16:53 PDT 2019
rampitec added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/fold-imm-copy.mir:28
+# GCN-LABEL: name: no_extra_fold_on_same_opnd
+# GCN: V_XOR_B32_e32
+# GCN: V_XOR_B32_e32
----------------
Can you please a full check, what kind of folding you are expecting here? I.e. operands for both instructions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69355/new/
https://reviews.llvm.org/D69355
More information about the llvm-commits
mailing list