[all-commits] [llvm/llvm-project] 8d5b7d: [InstCombine] Use m_Poison() instead of m_Undef() ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue May 21 07:08:52 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d5b7d4d11ea47b9903b634f4159986422855383
https://github.com/llvm/llvm-project/commit/8d5b7d4d11ea47b9903b634f4159986422855383
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 isIdentityWithExtract() checks should already
guarantee that these are single-source shuffles, 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