[PATCH] D36224: [TwoAddressInstructionPass] Replace subregister uses when processing tied operands

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 28 07:09:49 PDT 2018


bjope updated this revision to Diff 167464.
bjope added a comment.

1. Added livevars and verify-machineinstrs to the RUN line in the test case.
2. Solved the fault detected by the verifier, i.e. incorrectly setting of `killed` on %0 in the inserted COPY instruction in test2.


Repository:
  rL LLVM

https://reviews.llvm.org/D36224

Files:
  lib/CodeGen/TwoAddressInstructionPass.cpp
  test/CodeGen/Hexagon/two-addr-tied-subregs.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36224.167464.patch
Type: text/x-patch
Size: 3431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180928/1f00bcc1/attachment.bin>


More information about the llvm-commits mailing list