[all-commits] [llvm/llvm-project] 3736e1: [SCEV] Ensure shift amount is in range before call...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Dec 22 06:17:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3736e1d1cd5c24b554a13e493c8614f458bdf123
https://github.com/llvm/llvm-project/commit/3736e1d1cd5c24b554a13e493c8614f458bdf123
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-12-22 (Fri, 22 Dec 2023)
Changed paths:
M llvm/lib/Analysis/ScalarEvolution.cpp
A llvm/test/Analysis/ScalarEvolution/pr76234.ll
Log Message:
-----------
[SCEV] Ensure shift amount is in range before calling getZExtValue()
Fixes #76234
More information about the All-commits
mailing list