[all-commits] [llvm/llvm-project] 34df4f: [SelectionDAG] Split <n x T> vector types for atom...

jofrn via All-commits all-commits at lists.llvm.org
Thu Dec 19 13:59:35 PST 2024


  Branch: refs/heads/users/jofrn/spr/main/3a045357
  Home:   https://github.com/llvm/llvm-project
  Commit: 34df4f74a9eae77a06dac0867a36cc15b9060b63
      https://github.com/llvm/llvm-project/commit/34df4f74a9eae77a06dac0867a36cc15b9060b63
  Author: jofrn <jofernau at amd.com>
  Date:   2024-12-19 (Thu, 19 Dec 2024)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
    M llvm/test/CodeGen/X86/atomic-load-store.ll

  Log Message:
  -----------
  [SelectionDAG] Split <n x T> vector types for atomic load

`load atomic <n x T>` is not valid. This change splits
vector types of atomic load in SelectionDAG
so that it can translate vectors of >1 size with type bfloat,half.

commit-id:3a045357



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