[PATCH] D149136: [LICM] Don't duplicate instructions just because they're free
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 26 01:02:34 PDT 2023
nikic updated this revision to Diff 517086.
nikic added a comment.
Rename Free -> Foldable to make the name match the new implementation.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149136/new/
https://reviews.llvm.org/D149136
Files:
llvm/lib/Transforms/Scalar/LICM.cpp
llvm/test/CodeGen/PowerPC/atomicrmw-uinc-udec-wrap.ll
llvm/test/Transforms/LICM/pr23608.ll
llvm/test/Transforms/LICM/sink-foldable.ll
llvm/test/Transforms/LICM/sinking.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149136.517086.patch
Type: text/x-patch
Size: 11746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230426/c9a3b9d1/attachment.bin>
More information about the llvm-commits
mailing list