[PATCH] D115244: [LICM] Promote conditional, loop-invariant memory accesses to scalars

Dimitrije Milošević via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 7 06:30:57 PST 2021


dmilosevic141 updated this revision to Diff 392376.
dmilosevic141 edited the summary of this revision.
dmilosevic141 added a comment.

Thanks @djtodoro !
I've updated the following:

- Simplified the summary example.
- Removed the unnecessary comment from the //LICM.cpp// file, as well as unnecessary attributes and metadata from the //conditional-access-promotion.ll// file.




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

https://reviews.llvm.org/D115244

Files:
  llvm/lib/Transforms/Scalar/LICM.cpp
  llvm/test/Transforms/LICM/conditional-access-promotion.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115244.392376.patch
Type: text/x-patch
Size: 14540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211207/2f7567f5/attachment.bin>


More information about the llvm-commits mailing list