[all-commits] [llvm/llvm-project] 3e09bc: [ConstraintElimination] Add nicer way to dump cons...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Feb 2 08:37:47 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e09bc250044fc3d294cba23c8d797e12f30581d
https://github.com/llvm/llvm-project/commit/3e09bc250044fc3d294cba23c8d797e12f30581d
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-02-02 (Tue, 02 Feb 2021)
Changed paths:
M llvm/include/llvm/Analysis/ConstraintSystem.h
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
Log Message:
-----------
[ConstraintElimination] Add nicer way to dump constraints (NFC).
Use ConstraintSystem::dump(Names) to display the result of decomposing a
condition.
More information about the All-commits
mailing list