[all-commits] [llvm/llvm-project] 432649: [X86] vec_insert-5.ll - ensure we build with +mmx ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Oct 30 05:43:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 432649700db1bcfd5c991296242195129f03b4b1
https://github.com/llvm/llvm-project/commit/432649700db1bcfd5c991296242195129f03b4b1
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M llvm/test/CodeGen/X86/vec_insert-5.ll
Log Message:
-----------
[X86] vec_insert-5.ll - ensure we build with +mmx as we reference x86_mmx types
Enabling SSE doesn't guarantee MMX is enabled on all targets
Avoids a crash in D152928 (although we still currently see a regression with that patch applied resulting in MMX codegen)
More information about the All-commits
mailing list