[PATCH] D22076: GVN: If X > Y is true, then replace X == Y with false and X != Y with true
Carlos Liam via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 5 14:37:47 PDT 2016
aarzee updated this revision to Diff 70348.
aarzee added a comment.
Outline replacement of instruction with constant. If X == Y is true, replace X >= Y with true and X > Y with false.
https://reviews.llvm.org/D22076
Files:
include/llvm/Transforms/Scalar/GVN.h
lib/Transforms/Scalar/GVN.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22076.70348.patch
Type: text/x-patch
Size: 9341 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160905/c9c8ecb4/attachment.bin>
More information about the llvm-commits
mailing list