[all-commits] [llvm/llvm-project] dcb3dc: [InstCombine] visitShl - ensure inner shifts have ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Oct 29 08:30:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dcb3dc101d80a5786f7f897f0090c081d2912443
https://github.com/llvm/llvm-project/commit/dcb3dc101d80a5786f7f897f0090c081d2912443
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-29 (Thu, 29 Oct 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp
M llvm/test/Transforms/InstCombine/shift.ll
Log Message:
-----------
[InstCombine] visitShl - ensure inner shifts have inrange amounts
Noticed when fixing OSS Fuzz #26716
More information about the All-commits
mailing list