[X86] Add test coverage showing failure to load/binop combine adjacent v2f32 float ops
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 2 Feb 2023 12:14:21 +0000 (12:14 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 2 Feb 2023 13:06:00 +0000 (13:06 +0000)
commite1ef6794b6f1de2e1b12627db24db26212c65969
tree2217e1f772f992a882258cd038d50be0e04da8f6
parent97f87801539365a022665aa61710785dae69653a
[X86] Add test coverage showing failure to load/binop combine adjacent v2f32 float ops

Pulled out of Issue #60441 - we really need that handling in the middle-end, but there's some obvious DAG cleanups we can try as well
llvm/test/CodeGen/X86/widen_fadd.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/widen_fdiv.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/widen_fmul.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/widen_fsub.ll [new file with mode: 0644]