[all-commits] [llvm/llvm-project] 4b54b4: [NVPTX][NFC] cleanup dead vars, use MAKE_CASE (#81...
Alex MacLean via All-commits
all-commits at lists.llvm.org
Thu Feb 8 13:53:30 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b54b474aa0ffb355faa63cc2d8f95fd321c887f
https://github.com/llvm/llvm-project/commit/4b54b474aa0ffb355faa63cc2d8f95fd321c887f
Author: Alex MacLean <amaclean at nvidia.com>
Date: 2024-02-08 (Thu, 08 Feb 2024)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
Log Message:
-----------
[NVPTX][NFC] cleanup dead vars, use MAKE_CASE (#81161)
Cleanup some dead variables. In addition, switch to a `MAKE_CASE` macro,
similar to other targets, to reduce boilerplate.
More information about the All-commits
mailing list