[all-commits] [llvm/llvm-project] c31ac8: [InstSimplify] Fold (insertelement Splat(C), C, X)...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Wed Aug 7 07:39:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c31ac810910ac87531de636ea508abec6e29e8ff
https://github.com/llvm/llvm-project/commit/c31ac810910ac87531de636ea508abec6e29e8ff
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2024-08-07 (Wed, 07 Aug 2024)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/test/Transforms/InstSimplify/insertelement.ll
Log Message:
-----------
[InstSimplify] Fold (insertelement Splat(C), C, X) -> Splat(C) (#102315)
The index doesn't matter here.
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