[all-commits] [llvm/llvm-project] 530d4c: [InstCombine] Use m_Poison() instead of m_Undef() ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue May 21 07:15:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 530d4c9bf3d963f51375a1d7afb32f439d9c94a9
https://github.com/llvm/llvm-project/commit/530d4c9bf3d963f51375a1d7afb32f439d9c94a9
Author: Nikita Popov <npopov at redhat.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
Log Message:
-----------
[InstCombine] Use m_Poison() instead of m_Undef() (NFCI)
In this case the shuffle mask checks should already guarantee a
single-source shuffle, so this is just for clarity.
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