[all-commits] [llvm/llvm-project] ecf5b7: [NVPTX] Enable AtomicExpandPass for NVPTX
Shilei Tian via All-commits
all-commits at lists.llvm.org
Fri May 20 14:25:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecf5b780538ecb643462fcb522440ea65d82483c
https://github.com/llvm/llvm-project/commit/ecf5b780538ecb643462fcb522440ea65d82483c
Author: Shilei Tian <i at tianshilei.me>
Date: 2022-05-20 (Fri, 20 May 2022)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/lib/Target/NVPTX/NVPTXISelLowering.h
M llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
A llvm/test/CodeGen/NVPTX/atomicrmw-expand.ll
Log Message:
-----------
[NVPTX] Enable AtomicExpandPass for NVPTX
This patch enables `AtomicExpandPass` for NVPTX.
Depend on D125652.
Reviewed By: tra
Differential Revision: https://reviews.llvm.org/D125639
More information about the All-commits
mailing list