[PATCH] D20456: [CodeGen] Fix problem with X86 byte registers in CriticalAntiDepBreaker

Mitch Bodart via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 15:17:16 PDT 2016


mbodart updated this revision to Diff 58702.
mbodart added a comment.

Thanks for the .mir suggestions!

I had originally tried some of those, but llc choked.
I reduced the test a bit more, again limited by llc.

When I removed chunks of instructions from uninteresting blocks, either llc choked
or the problem did not reproduce.  So I'll leave that code in.  Perhaps more reduction
is feasible, but this test size seems reasonable.


http://reviews.llvm.org/D20456

Files:
  lib/CodeGen/CriticalAntiDepBreaker.cpp
  test/CodeGen/X86/pr27681.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20456.58702.patch
Type: text/x-patch
Size: 4955 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160526/21714206/attachment.bin>


More information about the llvm-commits mailing list