[all-commits] [llvm/llvm-project] 413035: [X86] Fix v16f32 ADDSUB test
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Jan 20 06:58:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4130357f96bf44e73032ada6d86acd1e8f9f74a1
https://github.com/llvm/llvm-project/commit/4130357f96bf44e73032ada6d86acd1e8f9f74a1
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M llvm/test/CodeGen/X86/sse3-avx-addsub-2.ll
Log Message:
-----------
[X86] Fix v16f32 ADDSUB test
This was supposed to ensure we're not generating 512-bit ADDSUB nodes, but cut+paste typos meant we weren't generating a full 512-bit pattern
More information about the All-commits
mailing list