[all-commits] [llvm/llvm-project] 5b5eac: [ValueTracking] Teach isGuaranteedNotToBeUndefOrPo...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Mon Oct 20 03:20:30 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5b5eacc5790365b90878a79893325bfae00ed693
https://github.com/llvm/llvm-project/commit/5b5eacc5790365b90878a79893325bfae00ed693
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2025-10-20 (Mon, 20 Oct 2025)
Changed paths:
M clang/test/CodeGen/arm-mve-intrinsics/dup.c
M clang/test/Headers/wasm.c
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/InstSimplify/freeze-noundef.ll
M llvm/unittests/Analysis/ValueTrackingTest.cpp
Log Message:
-----------
[ValueTracking] Teach isGuaranteedNotToBeUndefOrPoison about splats (#163570)
Splats include two poison values, but only the poison-ness of the
splatted value actually matters.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list