Files
clang-p2996/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
Arthur Eubanks ed443d81d1 [AggressiveInstCombine] Only fold consecutive shifts of loads with constant shift amounts
This is what the code assumed but never actually checked.

Fixes https://github.com/llvm/llvm-project/issues/62509.

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D149896
2023-05-04 13:52:25 -07:00

35 KiB