[PATCH] D144863: [ConstraintElimination] Add bound info for composite expressions.

Zain Jaffal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 04:45:18 PST 2023


zjaffal created this revision.
zjaffal added reviewers: fhahn, spatel, nikic.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
zjaffal requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

If a composite expression has bounds generate a new constraint to indicate that i.e
a*c1 + b*c2 < bound


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144863

Files:
  llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
  llvm/test/Transforms/ConstraintElimination/type-bounds.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144863.500738.patch
Type: text/x-patch
Size: 4942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230227/882868a2/attachment.bin>


More information about the llvm-commits mailing list