[all-commits] [llvm/llvm-project] fe526a: InstCombine/test: cover foldSelectValueEquivalence...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Tue Oct 15 02:33:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe526ae99b4294ba86d4cea71c9c57e41cb653c8
https://github.com/llvm/llvm-project/commit/fe526ae99b4294ba86d4cea71c9c57e41cb653c8
Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
A llvm/test/Transforms/InstCombine/select-value-equivalence.ll
Log Message:
-----------
InstCombine/test: cover foldSelectValueEquivalence (#111694)
Write dedicated tests for foldSelectValueEquivalence, demonstrating that
it does not perform many GVN-like replacements when:
- the comparison is a vector-type
- the comparison is a floating-point type
as a prelude to fixing these deficiencies.
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