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

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 1 08:33:44 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGce61def529e2: [regalloc] Ensure Query::collectInterferringVregs is called before interval… (authored by mtrofin).

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/AArch64/AArch64Subtarget.h
  llvm/lib/Target/X86/X86Subtarget.h
  llvm/test/CodeGen/AArch64/ragreedy-local-interval-cost.ll
  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.334708.patch
Type: text/x-patch
Size: 22662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210401/febc3d73/attachment.bin>


More information about the llvm-commits mailing list