[PATCH] D71620: [Attributor] AAValueConstantRange: Value range analysis using constant range

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 21 08:19:47 PST 2019


uenoku marked an inline comment as done.
uenoku added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:5132
+            return false;
+          }
+
----------------
jdoerfert wrote:
> We should consider putting some of this in helper methods.
I'll do.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71620/new/

https://reviews.llvm.org/D71620





More information about the llvm-commits mailing list