[all-commits] [llvm/llvm-project] a7ac0d: [ConstraintElimination] Generalize AND matching.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Oct 6 09:18:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7ac0dd0cf2be760ea847b5c6ed154cae33b67e7
https://github.com/llvm/llvm-project/commit/a7ac0dd0cf2be760ea847b5c6ed154cae33b67e7
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
M llvm/test/Transforms/ConstraintElimination/and.ll
Log Message:
-----------
[ConstraintElimination] Generalize AND matching.
Extend more general matching used for chains of ORs to also support
chains of ANDs.
More information about the All-commits
mailing list