[PATCH] D64394: [MachineCSE][MachinePRE] Do not hoist common computations into loop bodies
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 23:47:45 PDT 2019
lkail updated this revision to Diff 208882.
lkail edited the summary of this revision.
lkail added reviewers: courbet, SjoerdMeijer.
lkail added a comment.
Herald added a subscriber: javed.absar.
Updated the patch, using `MachineBlockFrequency` as metric to check if `CMBB` is appropriate to hoist into.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64394/new/
https://reviews.llvm.org/D64394
Files:
llvm/lib/CodeGen/MachineCSE.cpp
llvm/test/CodeGen/AArch64/O3-pipeline.ll
llvm/test/CodeGen/ARM/O3-pipeline.ll
llvm/test/CodeGen/PowerPC/machine-pre.ll
llvm/test/CodeGen/X86/O3-pipeline.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64394.208882.patch
Type: text/x-patch
Size: 8323 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190710/798dac66/attachment.bin>
More information about the llvm-commits
mailing list