[all-commits] [llvm/llvm-project] 509fb9: Fix min_vec_size.ll test for changes in vector-com...
Tex Riddell via All-commits
all-commits at lists.llvm.org
Mon Jun 23 14:54:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 509fb931b441b508aa1054725a27ebfb24337efd
https://github.com/llvm/llvm-project/commit/509fb931b441b508aa1054725a27ebfb24337efd
Author: Tex Riddell <texr at microsoft.com>
Date: 2025-06-23 (Mon, 23 Jun 2025)
Changed paths:
M llvm/test/CodeGen/DirectX/min_vec_size.ll
Log Message:
-----------
Fix min_vec_size.ll test for changes in vector-combine (#145392)
Running the `vector-combine` pass on this test now produces a single
shuffle on a loaded `<1 x float>` instead of an insert into a `<2 x
float>` followed by a shuffle.
This test change matches changes in other tests in PR #144690, which
introduced the optimization.
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