[all-commits] [llvm/llvm-project] 236e67: [IRCE] Add NSW to OverflowingBinaryOperator but no...
Aleksandr Popov via All-commits
all-commits at lists.llvm.org
Sun Jul 30 03:47:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 236e6787de1f884054c62fdddecfe93fe75232c8
https://github.com/llvm/llvm-project/commit/236e6787de1f884054c62fdddecfe93fe75232c8
Author: Aleksandr Popov <a.popov.tmb at gmail.com>
Date: 2023-07-30 (Sun, 30 Jul 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
M llvm/test/Transforms/IRCE/stride_more_than_1.ll
Log Message:
-----------
[IRCE] Add NSW to OverflowingBinaryOperator but not BinaryOperator
Fix incorrect setting NSW flag to non-overflowing indvar base (D154954)
Reviewed By: danilaml
Differential Revision: https://reviews.llvm.org/D156577
More information about the All-commits
mailing list