[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
Thu Feb 1 18:01:54 PST 2018


aditya_nandakumar updated this revision to Diff 132523.
aditya_nandakumar added a comment.
Herald added a subscriber: nhaehnle.

Updated based on Quentin's/Roman's feedback.
With this patch, only X86 backend fails.


https://reviews.llvm.org/D37775

Files:
  include/llvm/CodeGen/TargetRegisterInfo.h
  lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  lib/CodeGen/MachineVerifier.cpp
  lib/CodeGen/TargetRegisterInfo.cpp
  test/CodeGen/AArch64/GlobalISel/legalize-combines.mir
  test/CodeGen/AArch64/GlobalISel/legalize-fptoi.mir
  test/CodeGen/AArch64/GlobalISel/legalize-itofp.mir
  test/CodeGen/AArch64/GlobalISel/legalize-or.mir
  test/CodeGen/MIR/AArch64/intrinsics.mir
  test/CodeGen/MIR/AMDGPU/intrinsics.mir
  test/Verifier/test_copy.mir
  test/Verifier/test_copy_mismatch_types.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37775.132523.patch
Type: text/x-patch
Size: 10861 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180202/6c099ffe/attachment.bin>


More information about the llvm-commits mailing list