[PATCH] D98232: [regalloc] Ensure Query::collectInterferringVregs is called before interval iteration

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 22 20:57:59 PDT 2021


mtrofin updated this revision to Diff 332517.
mtrofin added a comment.

Disabling 'advancedRASplitCost' on x86.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98232

Files:
  llvm/include/llvm/CodeGen/LiveIntervalUnion.h
  llvm/lib/CodeGen/LiveIntervalUnion.cpp
  llvm/lib/CodeGen/LiveRegMatrix.cpp
  llvm/lib/CodeGen/RegAllocGreedy.cpp
  llvm/lib/Target/X86/X86Subtarget.h
  llvm/test/CodeGen/X86/bug26810.ll
  llvm/test/CodeGen/X86/greedy_regalloc_bad_eviction_sequence.ll
  llvm/test/CodeGen/X86/i128-mul.ll
  llvm/test/CodeGen/X86/mmx-arith.ll
  llvm/test/CodeGen/X86/optimize-max-0.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98232.332517.patch
Type: text/x-patch
Size: 13561 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210323/74ad5367/attachment-0001.bin>


More information about the llvm-commits mailing list