[llvm-bugs] [Bug 25285] GVN removes assumes if there are multiple assumes for the same predicate in a loop
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jan 21 14:35:46 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=25285
Yuanrui Zhang <yuanrui.zhang at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED
OS|Windows NT |Linux
--- Comment #1 from Yuanrui Zhang <yuanrui.zhang at intel.com> ---
URL: http://llvm.org/viewvc/llvm-project?rev=258435&view=rev
Log:
Fix for two constant propagation problems in GVN with the assume intrinsic
instruction.
Patch by Yuanrui Zhang.
Differential Revision: http://reviews.llvm.org/D16100
Modified:
llvm/trunk/include/llvm/Transforms/Utils/Local.h
llvm/trunk/lib/Transforms/Scalar/GVN.cpp
llvm/trunk/lib/Transforms/Utils/Local.cpp
llvm/trunk/test/Transforms/GVN/assume-equal.ll
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160121/2eac3f48/attachment.html>
More information about the llvm-bugs
mailing list