[PATCH] D37775: Add a verifier test to check the access on both sides of COPY are the same

Aditya Nandakumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 15:19:07 PDT 2017


aditya_nandakumar updated this revision to Diff 118282.
aditya_nandakumar added a comment.
Herald added a subscriber: javed.absar.

Updated AArch64 tests.

Would it be possible for someone to update the ARM/X86 tests?


https://reviews.llvm.org/D37775

Files:
  include/llvm/Target/TargetRegisterInfo.h
  lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  lib/CodeGen/MachineVerifier.cpp
  lib/CodeGen/TargetRegisterInfo.cpp
  test/CodeGen/AArch64/GlobalISel/legalize-inserts.mir
  test/CodeGen/AArch64/GlobalISel/legalize-phi.mir
  test/CodeGen/AArch64/GlobalISel/localizer-in-O0-pipeline.mir
  test/CodeGen/AArch64/GlobalISel/reg-bank-128bit.mir
  test/CodeGen/AArch64/GlobalISel/regbankselect-default.mir
  test/CodeGen/AArch64/GlobalISel/select-br.mir
  test/CodeGen/AArch64/GlobalISel/select-fma.mir
  test/CodeGen/AArch64/GlobalISel/select-imm.mir
  test/CodeGen/AArch64/GlobalISel/select-int-ext.mir
  test/CodeGen/AArch64/GlobalISel/select-int-ptr-casts.mir
  test/CodeGen/AArch64/GlobalISel/select-load.mir
  test/CodeGen/AArch64/GlobalISel/select-phi.mir
  test/CodeGen/AArch64/GlobalISel/select-store.mir
  test/CodeGen/AArch64/GlobalISel/select-trunc.mir
  test/CodeGen/AArch64/GlobalISel/select.mir
  test/Verifier/test_copy.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37775.118282.patch
Type: text/x-patch
Size: 20962 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171009/91e2250b/attachment.bin>


More information about the llvm-commits mailing list