[all-commits] [llvm/llvm-project] bdfe98: [ConstraintElimination] Simplify logic for using i...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Oct 3 10:36:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bdfe986d6601127cf5c31055a8085b0a47af2af6
https://github.com/llvm/llvm-project/commit/bdfe986d6601127cf5c31055a8085b0a47af2af6
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-10-03 (Mon, 03 Oct 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
Log Message:
-----------
[ConstraintElimination] Simplify logic for using inverse predicate (NFC)
Recent improvements to the code structure mean we don't need to reset
the condition's predicate in the IR and later restore it. Remove the
restorer logic.
More information about the All-commits
mailing list