[all-commits] [llvm/llvm-project] b97bc5: [X86] Add MMX nontemporal store DAG test
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Jul 23 06:17:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b97bc567160fb9d0b240884121dcbe700ad68d67
https://github.com/llvm/llvm-project/commit/b97bc567160fb9d0b240884121dcbe700ad68d67
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-07-23 (Tue, 23 Jul 2024)
Changed paths:
M llvm/test/CodeGen/X86/nontemporal.ll
Log Message:
-----------
[X86] Add MMX nontemporal store DAG test
As noticed on #98505 - we had fast-isel test but not SDAG
Commit: 25952ec64791e781f9bdd7bf29ab78f0095b8ee7
https://github.com/llvm/llvm-project/commit/25952ec64791e781f9bdd7bf29ab78f0095b8ee7
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-07-23 (Tue, 23 Jul 2024)
Changed paths:
M llvm/lib/Target/X86/X86InstrMMX.td
M llvm/test/CodeGen/X86/nontemporal.ll
Log Message:
-----------
[X86] Add MMX nontemporal store pattern
As noticed on #98505 - try to reduce codegen diffs until we're ready to drop MMX entirely
Compare: https://github.com/llvm/llvm-project/compare/ec56790c3b27...25952ec64791
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