[all-commits] [llvm/llvm-project] 5bedc1: [ConstraintElimination] Move logic to build workli...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Apr 2 08:55:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5bedc1f093bd101ff734976ca7549774d4c4d157
https://github.com/llvm/llvm-project/commit/5bedc1f093bd101ff734976ca7549774d4c4d157
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-04-02 (Sat, 02 Apr 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
Log Message:
-----------
[ConstraintElimination] Move logic to build worklist to helper (NFC).
This refactor makes it easier to extend the logic to collect information
from blocks in the future, without even further increasing the size of
eliminateConstriants.
More information about the All-commits
mailing list