[all-commits] [llvm/llvm-project] 7e720b: ValueTracking: Fix canCreateUndefOrPoison for satu...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Dec 30 08:28:41 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e720b010a19c9941c9d0765cc9467c6d5de4173
https://github.com/llvm/llvm-project/commit/7e720b010a19c9941c9d0765cc9467c6d5de4173
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-12-30 (Fri, 30 Dec 2022)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/InstCombine/freeze-integer-intrinsics.ll
Log Message:
-----------
ValueTracking: Fix canCreateUndefOrPoison for saturating shifts
These need to consider the shift amount.
More information about the All-commits
mailing list