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

jofrn via All-commits all-commits at lists.llvm.org
Thu Jan 2 12:04:02 PST 2025


  Branch: refs/heads/users/jofrn/spr/main/f430c1af
  Home:   https://github.com/llvm/llvm-project
  Commit: dc2032fe981e47d958ed4bf9d931e11e95ff430b
      https://github.com/llvm/llvm-project/commit/dc2032fe981e47d958ed4bf9d931e11e95ff430b
  Author: jofrn <jofernau at amd.com>
  Date:   2025-01-02 (Thu, 02 Jan 2025)

  Changed paths:
    M llvm/lib/CodeGen/AtomicExpandPass.cpp
    M llvm/test/CodeGen/ARM/atomic-load-store.ll
    M llvm/test/CodeGen/X86/atomic-load-store.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.

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