[all-commits] [llvm/llvm-project] 5870c1: Revert "Reland "[NVPTX] Cleanup/Refactoring in NVP...
Mikhail Goncharov via All-commits
all-commits at lists.llvm.org
Fri Feb 14 06:25:56 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5870c190350f499284af455d339cc2f844f9fbbf
https://github.com/llvm/llvm-project/commit/5870c190350f499284af455d339cc2f844f9fbbf
Author: Mikhail Goncharov <goncharov.mikhail at gmail.com>
Date: 2025-02-14 (Fri, 14 Feb 2025)
Changed paths:
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
M llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h
M llvm/lib/Target/NVPTX/NVPTXRegisterInfo.cpp
M llvm/lib/Target/NVPTX/NVPTXRegisterInfo.h
Log Message:
-----------
Revert "Reland "[NVPTX] Cleanup/Refactoring in NVPTX AsmPrinter and RegisterInfo (NFC)" (#127089)"
This reverts commit ecdfa36ecaea7615b244f4cac26a4a023d30a9c1.
That introduced a breaking change in printer.
E.g. llvm/test/CodeGen/NVPTX/surf-read.ll started to output `.param .samplerref foo_param_0,` instead of `.param .surfref foo_param_0,`.
Looks like we don't have ptxas llvm build bot to catch this sort of NFC.
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