[PATCH] D54367: RegAllocFast: Improve hinting heuristic

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 10:36:43 PDT 2019


arsenm updated this revision to Diff 191349.
arsenm added a comment.
Herald added subscribers: jsji, atanasyan, nhaehnle, jvesely, nemanjai, sdardis.

Use isFullCopy, add test changes


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54367/new/

https://reviews.llvm.org/D54367

Files:
  lib/CodeGen/RegAllocFast.cpp
  test/CodeGen/AArch64/arm64-fast-isel-br.ll
  test/CodeGen/AArch64/arm64-fast-isel-conversion.ll
  test/CodeGen/AMDGPU/indirect-addressing-term.ll
  test/CodeGen/Mips/atomic.ll
  test/CodeGen/Mips/atomicCmpSwapPW.ll
  test/CodeGen/PowerPC/vsx.ll
  test/CodeGen/X86/.#swifterror.ll
  test/CodeGen/X86/atomic-monotonic.ll
  test/CodeGen/X86/atomic-unordered.ll
  test/CodeGen/X86/avx512-mask-zext-bugfix.ll
  test/CodeGen/X86/crash-O0.ll
  test/CodeGen/X86/fast-isel-ret-ext.ll
  test/CodeGen/X86/fast-isel-select.ll
  test/CodeGen/X86/pr32241.ll
  test/CodeGen/X86/pr32256.ll
  test/CodeGen/X86/pr32284.ll
  test/CodeGen/X86/pr32340.ll
  test/CodeGen/X86/pr32345.ll
  test/CodeGen/X86/pr34592.ll
  test/CodeGen/X86/swift-return.ll
  test/DebugInfo/X86/subreg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54367.191349.patch
Type: text/x-patch
Size: 75427 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190319/3744e6e4/attachment-0001.bin>


More information about the llvm-commits mailing list