[all-commits] [llvm/llvm-project] 368114: [X86] Remove extra MOV after widening atomic store

jofrn via All-commits all-commits at lists.llvm.org
Thu May 28 14:37:12 PDT 2026


  Branch: refs/heads/users/jofrn/x86-remove-extra-mov-atomic-store
  Home:   https://github.com/llvm/llvm-project
  Commit: 368114564ca24d9751eea91f8bd18fa0691fb95a
      https://github.com/llvm/llvm-project/commit/368114564ca24d9751eea91f8bd18fa0691fb95a
  Author: jofrn <jo7frn1 at gmail.com>
  Date:   2026-05-28 (Thu, 28 May 2026)

  Changed paths:
    M llvm/include/llvm/Target/TargetSelectionDAG.td
    M llvm/lib/Target/X86/X86ISelLowering.cpp
    M llvm/lib/Target/X86/X86InstrAVX512.td
    M llvm/lib/Target/X86/X86InstrSSE.td
    M llvm/test/CodeGen/X86/atomic-load-store.ll
    M llvm/test/CodeGen/X86/atomic-unordered.ll

  Log Message:
  -----------
  [X86] Remove extra MOV after widening atomic store

This change adds patterns to optimize out an extra MOV present after
widening the atomic store. Covers <2 x i8> (SSE4.1+), <2 x i16>,
<4 x i8>, <2 x i32>, <2 x float>, <4 x i16>, <2 x ptr addrspace(270)>.



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