[all-commits] [llvm/llvm-project] 349375: [ConstraintElimination] Generalize OR matching.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Oct 6 03:56:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 349375d0936e9acd6fead5de03a49b15cdbcd1fd
https://github.com/llvm/llvm-project/commit/349375d0936e9acd6fead5de03a49b15cdbcd1fd
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/gep-arithmetic.ll
M llvm/test/Transforms/ConstraintElimination/or.ll
Log Message:
-----------
[ConstraintElimination] Generalize OR matching.
Extend OR handling to traverse chains of ORs.
More information about the All-commits
mailing list