[PATCH] D78224: ValueLattice, LVI, SCCP: Use floating point constant ranges

Jan Vesely via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 11:30:34 PDT 2020


jvesely created this revision.
jvesely added a reviewer: spatel.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
jvesely added a parent revision: D78220: IR/ConstantRange: Add support for FP ranges.

This is enough to make existing tests pass, some with improved behaviour.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78224

Files:
  llvm/include/llvm/Analysis/ValueLattice.h
  llvm/lib/Analysis/LazyValueInfo.cpp
  llvm/lib/Analysis/ValueLattice.cpp
  llvm/lib/IR/ConstantRange.cpp
  llvm/lib/Transforms/Scalar/SCCP.cpp
  llvm/test/Transforms/CorrelatedValuePropagation/select.ll
  llvm/test/Transforms/SCCP/apint-load.ll
  llvm/test/Transforms/SCCP/float-nan-simplification.ll
  llvm/unittests/Analysis/ValueLatticeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78224.257772.patch
Type: text/x-patch
Size: 19310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200415/2702eb7a/attachment-0001.bin>


More information about the llvm-commits mailing list