[all-commits] [llvm/llvm-project] d8e907: [ConstraintElimination] Skip pointer casts.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Feb 2 13:26:08 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8e90716dfd186943359c7ade83cc2d1d247f140
https://github.com/llvm/llvm-project/commit/d8e90716dfd186943359c7ade83cc2d1d247f140
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-02-02 (Tue, 02 Feb 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
M llvm/test/Transforms/ConstraintElimination/pointercast.ll
Log Message:
-----------
[ConstraintElimination] Skip pointer casts.
We should be able to look through pointer casts that do not impact the
value.
More information about the All-commits
mailing list