[PATCH] D158837: [ConstraintElim] Store conditional facts as (Predicate, Op0, Op1).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 25 04:28:23 PDT 2023
fhahn created this revision.
fhahn added reviewers: nikic, zjaffal, mkazantsev, rapidsna, antoniofrighetto.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
fhahn requested review of this revision.
Herald added a project: LLVM.
This allows to add facts even if no corresponding ICmp instruction
exists in the IR.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D158837
Files:
llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
llvm/test/Transforms/ConstraintElimination/debug.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158837.553438.patch
Type: text/x-patch
Size: 10801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230825/28a234fd/attachment.bin>
More information about the llvm-commits
mailing list