[all-commits] [llvm/llvm-project] 3c7a0e: [NVPTX] Cleanup and refactor atomic lowering (#133...
Alex MacLean via All-commits
all-commits at lists.llvm.org
Tue Apr 1 13:09:18 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c7a0e6c826b8bcfa4ec6154fd4247658ca3a03f
https://github.com/llvm/llvm-project/commit/3c7a0e6c826b8bcfa4ec6154fd4247658ca3a03f
Author: Alex MacLean <amaclean at nvidia.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
M llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
M llvm/test/CodeGen/NVPTX/atomics.ll
Log Message:
-----------
[NVPTX] Cleanup and refactor atomic lowering (#133781)
Cleanup lowering of atomic instructions and intrninsics. The TableGen
changes are primarily a refactor, though sub variants are now lowered
via operation legalization, potentially allowing for more DAG
optimization.
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