[PATCH] D13074: [InstSimplify] Fold simple known implications to true
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 23 13:13:46 PDT 2015
reames updated this revision to Diff 35544.
reames added a comment.
Match via pattern matchers not raw inspection; in the process fix a bug - I was accepting any binary operator, not just add.
Handle one more case while I'm at it.
http://reviews.llvm.org/D13074
Files:
lib/Analysis/InstructionSimplify.cpp
test/Transforms/InstSimplify/implies.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13074.35544.patch
Type: text/x-patch
Size: 4565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150923/b3ceeeaa/attachment.bin>
More information about the llvm-commits
mailing list