[all-commits] [llvm/llvm-project] bf09a9: [InstCombine] remove likely redundant ValueTrackin...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Wed Apr 20 08:28:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf09a925f21ad04bcd541dd2dbf51bc880ea813d
https://github.com/llvm/llvm-project/commit/bf09a925f21ad04bcd541dd2dbf51bc880ea813d
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-04-20 (Wed, 20 Apr 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
Log Message:
-----------
[InstCombine] remove likely redundant ValueTracking-based folds for shifts
This is not expected to have a functional difference as discussed in the
post-commit comments for 8a9c70fc01e6. All of the motivating tests for
the older fold still optimize as expected because other code can infer
the 'nuw'.
More information about the All-commits
mailing list