[all-commits] [llvm/llvm-project] 4b4771: [ConstraintElim] Move condition check logic to hel...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jun 28 05:02:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b47711ae2ed16014a1b34fb5b4270f5572fd72e
https://github.com/llvm/llvm-project/commit/4b47711ae2ed16014a1b34fb5b4270f5572fd72e
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-06-28 (Wed, 28 Jun 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
Log Message:
-----------
[ConstraintElim] Move condition check logic to helper function (NFC).
This allows easier re-use of the checking logic. Split off from D151799.
More information about the All-commits
mailing list