[llvm] [NVPTX] Improve device function byval parameter lowering (PR #129188)
Akshay Deodhar via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 28 09:46:25 PST 2025
================
@@ -2688,29 +2688,14 @@ def DeclareScalarRegInst :
".reg .b$size param$a;",
[(DeclareScalarParam (i32 imm:$a), (i32 imm:$size), (i32 1))]>;
-class MoveParamInst<ValueType T, NVPTXRegClass regclass, string asmstr> :
----------------
akshayrdeodhar wrote:
Do we envision no other cases where the backend will produce "mov src, dst"? (loadparamreginst is different). Otherwise we might want to keep the definition (but not the pattern) around.
https://github.com/llvm/llvm-project/pull/129188
More information about the llvm-commits
mailing list