[all-commits] [llvm/llvm-project] 4a5bcb: [ConstraintElim] Store conditional facts as (Predi...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Aug 30 02:56:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a5bcbd5602be4a9348899309a541e8d5c570645
https://github.com/llvm/llvm-project/commit/4a5bcbd5602be4a9348899309a541e8d5c570645
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
M llvm/test/Transforms/ConstraintElimination/debug.ll
Log Message:
-----------
[ConstraintElim] Store conditional facts as (Predicate, Op0, Op1).
This allows to add facts even if no corresponding ICmp instruction
exists in the IR.
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D158837
More information about the All-commits
mailing list