[all-commits] [llvm/llvm-project] 2cd7b0: [ValueTracking] canCreateUndefOrPoison - use APInt...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Oct 5 05:45:55 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2cd7b0e1305a71f4f9d89f25b140da641f2693f4
https://github.com/llvm/llvm-project/commit/2cd7b0e1305a71f4f9d89f25b140da641f2693f4
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-05 (Mon, 05 Oct 2020)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/InstCombine/shift.ll
Log Message:
-----------
[ValueTracking] canCreateUndefOrPoison - use APInt to check bounds instead of getZExtValue().
Fixes OSS Fuzz #26135
More information about the All-commits
mailing list