[all-commits] [llvm/llvm-project] 7631c7: [InstCombine] Baseline test exposing vector fp-to-...
azwolski via All-commits
all-commits at lists.llvm.org
Sat Nov 1 00:26:13 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7631c73850bec991ec9a7c9cca58c275bb0277a4
https://github.com/llvm/llvm-project/commit/7631c73850bec991ec9a7c9cca58c275bb0277a4
Author: azwolski <antoni.zwolski at intel.com>
Date: 2025-11-01 (Sat, 01 Nov 2025)
Changed paths:
R llvm/test/Transforms/InstCombine/vec_extract_var_elt-inseltpoison.ll
M llvm/test/Transforms/InstCombine/vec_extract_var_elt.ll
Log Message:
-----------
[InstCombine] Baseline test exposing vector fp-to-int conversion becoming scalar (#165800)
Baseline test for https://github.com/llvm/llvm-project/issues/165793
exposing the change from a vector fp-to-int conversion into a scalar one
inside the loop.
Additionally, removed
`llvm/test/Transforms/InstCombine/vec_extract_var_elt-inseltpoison.ll`,
which was a duplicate of
`llvm/test/Transforms/InstCombine/vec_extract_var_elt.ll` differing only
by the use of poison in the insert element.
The poison variant has been merged into
`llvm/test/Transforms/InstCombine/vec_extract_var_elt.ll`.
Also improved test naming and updated test checks.
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