[PATCH] D147072: InlineSpiller: Consider copy bundles when looking for snippet copies

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 09:19:49 PDT 2023


arsenm updated this revision to Diff 532962.
arsenm added a comment.
Herald added a subscriber: wangpc.

Use correct instr_iterator to avoid running off the end of the block, add another test


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

https://reviews.llvm.org/D147072

Files:
  llvm/include/llvm/CodeGen/MachineInstrBundle.h
  llvm/lib/CodeGen/InlineSpiller.cpp
  llvm/lib/CodeGen/LiveRangeEdit.cpp
  llvm/lib/CodeGen/MachineInstrBundle.cpp
  llvm/test/CodeGen/AMDGPU/greedy-instruction-split-subrange.mir
  llvm/test/CodeGen/AMDGPU/ran-out-of-sgprs-allocation-failure.mir
  llvm/test/CodeGen/AMDGPU/snippet-copy-bundle-regression.mir
  llvm/test/CodeGen/AMDGPU/spill-vector-superclass.ll
  llvm/test/CodeGen/AMDGPU/swdev380865.ll
  llvm/test/CodeGen/RISCV/early-clobber-tied-def-subreg-liveness.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp-interleave.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-interleave.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-interleaved-access.ll
  llvm/test/CodeGen/RISCV/rvv/fixed-vectors-reduction-int.ll
  llvm/test/CodeGen/Thumb2/mve-complex-deinterleaving-uniform-cases.ll
  llvm/test/CodeGen/Thumb2/mve-vst3.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147072.532962.patch
Type: text/x-patch
Size: 67931 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230620/a916ee70/attachment.bin>


More information about the llvm-commits mailing list