[all-commits] [llvm/llvm-project] 795900: IR/Verifier: Allow vector type in atomic load and ...

jofrn via All-commits all-commits at lists.llvm.org
Wed Oct 22 20:45:46 PDT 2025


  Branch: refs/heads/users/jofrn/gt/07-15-ir/verifier_allow_vector_type_in_atomic_load_and_store
  Home:   https://github.com/llvm/llvm-project
  Commit: 7959000f7b9794ca50f08de241b17e302a7c7205
      https://github.com/llvm/llvm-project/commit/7959000f7b9794ca50f08de241b17e302a7c7205
  Author: jofrn <jofernau at amd.com>
  Date:   2025-10-23 (Thu, 23 Oct 2025)

  Changed paths:
    M llvm/docs/LangRef.rst
    M llvm/docs/ReleaseNotes.md
    M llvm/lib/IR/Verifier.cpp
    M llvm/test/Assembler/atomic.ll
    M llvm/test/Verifier/atomics.ll

  Log Message:
  -----------
  IR/Verifier: Allow vector type in atomic load and store

Vector types on atomics are assumed to be invalid by the verifier. However,
this type can be valid if it is lowered by codegen.



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