[all-commits] [llvm/llvm-project] 707bb4: [InstCombine] Require immediate constant in canEva...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Nov 10 07:13:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 707bb421637140f0e58cebc48c6204246e68e81d
https://github.com/llvm/llvm-project/commit/707bb421637140f0e58cebc48c6204246e68e81d
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-11-10 (Fri, 10 Nov 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
Log Message:
-----------
[InstCombine] Require immediate constant in canEvaluateShifted()
Otherwise we risk infinite loops when shift constant expressions
are no longer supported.
More information about the All-commits
mailing list