[all-commits] [llvm/llvm-project] cce532: [ConstraintElim] Store the triple Pred + LHS + RHS...
Yingwei Zheng via All-commits
all-commits at lists.llvm.org
Thu Jul 20 08:23:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cce5324994d6ef0c37c2619230154b0658eda398
https://github.com/llvm/llvm-project/commit/cce5324994d6ef0c37c2619230154b0658eda398
Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
M llvm/test/Transforms/ConstraintElimination/reproducer-remarks-debug.ll
Log Message:
-----------
[ConstraintElim] Store the triple Pred + LHS + RHS in ReproducerEntry instead of CmpInst + Not
This patch represents a condition with `Pred + LHS + RHS` in ReproducerEntry instead of `CmpInst + Not`.
It avoids creating temporary ICmpInsts in D155412.
Reviewed By: nikic, fhahn
Differential Revision: https://reviews.llvm.org/D155782
More information about the All-commits
mailing list