[all-commits] [llvm/llvm-project] a78ce4: [ConstraintElimination] Introduce struct to manage...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Jan 27 04:43:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a78ce48c373572946a51228dda741681d1695d63
https://github.com/llvm/llvm-project/commit/a78ce48c373572946a51228dda741681d1695d63
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
Log Message:
-----------
[ConstraintElimination] Introduce struct to manage constraints. (NFC)
This patch adds a struct to manage a list of constraints. It simplifies
a follow-up change, that adds pre-conditions that must hold before a
list of constraints can be used.
More information about the All-commits
mailing list