[PATCH] D75530: [LSR] Add masked load and store handling

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 08:34:51 PST 2020


dmgreen created this revision.
dmgreen added reviewers: bcahoon, samparker, sgundapa, qcolombet.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.

This teaches Loop Strength Reduction the details about masked load and store address operands, so that it can have a better time optimising them as it would for normal loads and stores.


https://reviews.llvm.org/D75530

Files:
  llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
  llvm/test/CodeGen/Thumb2/mve-postinc-lsr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75530.247909.patch
Type: text/x-patch
Size: 12151 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200303/1475e5ff/attachment.bin>


More information about the llvm-commits mailing list