[PATCH] D52277: [RegAlloc] Fix check for local splitting.

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 19 12:34:07 PDT 2018


niravd created this revision.
Herald added subscribers: llvm-commits, hiraditya, qcolombet, MatzeB.

Check that we don't have two disjoint use regions in a single block.

FIXME We probably should be able to fix local_split to work with multiple uses.

Fixes PR38795.


Repository:
  rL LLVM

https://reviews.llvm.org/D52277

Files:
  llvm/lib/CodeGen/RegAllocGreedy.cpp
  llvm/test/CodeGen/X86/pr38795.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52277.166169.patch
Type: text/x-patch
Size: 11374 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180919/804a0bb6/attachment.bin>


More information about the llvm-commits mailing list