[all-commits] [llvm/llvm-project] f21312: [ConstraintElimination] Further de-compose operand...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Sep 14 04:01:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f213128b292da85f68eeebbb68cba1541e1c39e2
https://github.com/llvm/llvm-project/commit/f213128b292da85f68eeebbb68cba1541e1c39e2
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
M llvm/test/Transforms/ConstraintElimination/add-nuw.ll
M llvm/test/Transforms/ConstraintElimination/wrapping-math.ll
Log Message:
-----------
[ConstraintElimination] Further de-compose operands of add operations.
This simply extends the existing logic to look through adds and combine
the components as done in other places already.
More information about the All-commits
mailing list