[all-commits] [llvm/llvm-project] efd3ec: [ConstraintElimination] Clear new indices directly...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Sep 14 07:31:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: efd3ec47d9648a1243ff36eeaf10c51a84d0fa3e
https://github.com/llvm/llvm-project/commit/efd3ec47d9648a1243ff36eeaf10c51a84d0fa3e
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
Log Message:
-----------
[ConstraintElimination] Clear new indices directly in getConstraint(NFC)
Instead of checking if any of the new indices has a non-zero coefficient
before using the constraint, do this directly when constructing the
constraint.
More information about the All-commits
mailing list