[PATCH] D77076: [InstSimplify] Allow some arithmetic optimizations for add/sub/div/rem look through freeze
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 6 09:45:05 PDT 2020
aqjune updated this revision to Diff 255382.
aqjune marked an inline comment as done.
aqjune added a comment.
Add & use m_SpecificMaybeFrozen / m_DeferredMaybeFrozen
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77076/new/
https://reviews.llvm.org/D77076
Files:
llvm/include/llvm/IR/PatternMatch.h
llvm/lib/Analysis/InstructionSimplify.cpp
llvm/test/Transforms/InstSimplify/add.ll
llvm/test/Transforms/InstSimplify/div.ll
llvm/test/Transforms/InstSimplify/rem.ll
llvm/test/Transforms/InstSimplify/sub.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77076.255382.patch
Type: text/x-patch
Size: 10796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200406/0c2fd19b/attachment.bin>
More information about the llvm-commits
mailing list