[all-commits] [llvm/llvm-project] b5ef56: [X86][AVX] Add missing X86ISD::VBROADCAST(v4f32 ->...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Nov 7 05:00:16 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b5ef56f0bc9b51bd026a643d4a541af9993aaf89
https://github.com/llvm/llvm-project/commit/b5ef56f0bc9b51bd026a643d4a541af9993aaf89
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-11-07 (Sun, 07 Nov 2021)
Changed paths:
M llvm/lib/Target/X86/X86InstrSSE.td
M llvm/test/CodeGen/X86/combine-concatvectors.ll
Log Message:
-----------
[X86][AVX] Add missing X86ISD::VBROADCAST(v4f32 -> v8f32) isel pattern for AVX1 targets
D109434 addressed the v2f64 -> v4f64 case, an internal test has found an equivalent crash for the v4f32 -> v8f32 case.
More information about the All-commits
mailing list