[all-commits] [llvm/llvm-project] 80eea3: [ConstraintElimination] Remove unnecessary recursi...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Feb 10 04:27:01 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80eea38d8dfa02d9f1312faa1f922f14cd3e4da0
https://github.com/llvm/llvm-project/commit/80eea38d8dfa02d9f1312faa1f922f14cd3e4da0
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
Log Message:
-----------
[ConstraintElimination] Remove unnecessary recursion (NFC).
Perform predicate normalization in a single switch, rather then going
through recursions.
More information about the All-commits
mailing list