[PATCH] D71386: [AMDGPU] Remove unnecessary v_mov from a register to itself in WQM lowering.

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 9 06:46:51 PST 2020


nhaehnle accepted this revision.
nhaehnle added a comment.
This revision is now accepted and ready to land.

LGTM, with one minor nitpick.



================
Comment at: llvm/test/CodeGen/AMDGPU/wqm.mir:53
+---
+# V_SET_INACTIVE, when it's second operand is undef, is replaced by a
+# COPY by si-wqm. Ensure the instruction is removed.
----------------
*its


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71386/new/

https://reviews.llvm.org/D71386





More information about the llvm-commits mailing list