[all-commits] [llvm/llvm-project] ac4069: [AtomicExpand] Add bitcasts when expanding load at...

jofrn via All-commits all-commits at lists.llvm.org
Tue May 27 10:34:58 PDT 2025


  Branch: refs/heads/users/jofrn/spr/main/f430c1af
  Home:   https://github.com/llvm/llvm-project
  Commit: ac4069c8fa8e69173b203824f4db5fbd73ecb5a4
      https://github.com/llvm/llvm-project/commit/ac4069c8fa8e69173b203824f4db5fbd73ecb5a4
  Author: jofrn <jofernau at amd.com>
  Date:   2025-05-27 (Tue, 27 May 2025)

  Changed paths:
    M llvm/include/llvm/Target/TargetSelectionDAG.td
    M llvm/lib/CodeGen/AtomicExpandPass.cpp
    M llvm/lib/Target/X86/X86InstrCompiler.td
    M llvm/test/CodeGen/ARM/atomic-load-store.ll
    M llvm/test/CodeGen/X86/atomic-load-store.ll
    M llvm/test/Transforms/AtomicExpand/X86/expand-atomic-non-integer.ll

  Log Message:
  -----------
  [AtomicExpand] Add bitcasts when expanding load atomic vector

AtomicExpand fails for aligned `load atomic <n x T>` because it
does not find a compatible library call. This change adds appropriate
bitcasts so that the call can be lowered. It also adds support for
128 bit lowering in tablegen to support SSE/AVX.

commit-id:f430c1af



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