[PATCH] D151796: [SCEV] Skip min/max expressions when normalizing/denormalizing SCEV expressions
Artur Pilipenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 13 12:58:12 PDT 2023
apilipenko added a comment.
We continue relying on normalization/denormalization round trip producing the original expression (e.g. D153004 <https://reviews.llvm.org/D153004>). Even if this patch doesn't fix all the cases where this property doesn't hold true, it is an improvement.
@nikic, @fhahn, are there any objections to moving forward with this change as a first step?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151796/new/
https://reviews.llvm.org/D151796
More information about the llvm-commits
mailing list