[PATCH] D126687: [InstCombine] Fix inbounds preservation when swapping GEPs (PR44206)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 06:48:33 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG36cbdaa163bd: [InstCombine] Fix inbounds preservation when swapping GEPs (PR44206) (authored by nikic).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126687

Files:
  llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/test/Transforms/InstCombine/gep-combine-loop-invariant.ll
  llvm/test/Transforms/LoopVectorize/ARM/mve-reductions.ll
  llvm/test/Transforms/LoopVectorize/X86/x86-interleaved-accesses-masked-group.ll
  llvm/test/Transforms/LoopVectorize/X86/x86-interleaved-store-accesses-with-gaps.ll
  llvm/test/Transforms/LoopVectorize/consecutive-ptr-uniforms.ll
  llvm/test/Transforms/LoopVectorize/interleaved-accesses.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126687.433072.patch
Type: text/x-patch
Size: 20430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220531/796a78f1/attachment.bin>


More information about the llvm-commits mailing list