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

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 07:57:42 PST 2019


uenoku updated this revision to Diff 234539.
uenoku added a comment.

- Add test
- Use SCEV when the value is phi and defined with circular.
- Create AA for `CmpInst`.


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

https://reviews.llvm.org/D71620

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/test/Transforms/Attributor/IPConstantProp/solve-after-each-resolving-undefs-for-function.ll
  llvm/test/Transforms/Attributor/range.ll
  llvm/test/Transforms/Attributor/value-simplify.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71620.234539.patch
Type: text/x-patch
Size: 40809 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191218/dff0bc42/attachment.bin>


More information about the llvm-commits mailing list