[all-commits] [llvm/llvm-project] f51159: [SPIRV] Lower load/store atomic to OpAtomicLoad/Op...
Juan Manuel Martinez Caamaño via All-commits
all-commits at lists.llvm.org
Fri Apr 17 08:02:34 PDT 2026
Branch: refs/heads/users/jmmartinez/spirv/incorrect_load_store_atomic_fix
Home: https://github.com/llvm/llvm-project
Commit: f51159d1345cf8955288699d08bd4824d8ad64b5
https://github.com/llvm/llvm-project/commit/f51159d1345cf8955288699d08bd4824d8ad64b5
Author: Juan Manuel Martinez Caamaño <jmartinezcaamao at gmail.com>
Date: 2026-04-17 (Fri, 17 Apr 2026)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsSPIRV.td
M llvm/lib/Target/SPIRV/SPIRVEmitIntrinsics.cpp
M llvm/lib/Target/SPIRV/SPIRVISelLowering.cpp
M llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
M llvm/lib/Target/SPIRV/SPIRVTypeInst.cpp
M llvm/lib/Target/SPIRV/SPIRVTypeInst.h
A llvm/test/CodeGen/SPIRV/transcoding/atomic-load-store-unsupported.ll
M llvm/test/CodeGen/SPIRV/transcoding/load-atomic.ll
M llvm/test/CodeGen/SPIRV/transcoding/store-atomic.ll
Log Message:
-----------
[SPIRV] Lower load/store atomic to OpAtomicLoad/OpAtomicStore
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