[llvm] [LLVM][NVPTX]: Add intrinsic for setmaxnreg (PR #77289)

Guray Ozen via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 09:09:00 PST 2024


https://github.com/grypp commented:

Looks good to me in general.

PTX doc has restriction for this instruction. Is it possible to check that?

```
Operand imm-reg-count is an integer constant. The value of imm-reg-count must be in the range 24 to 256 (both inclusive) and must be a multiple of 8.
```

https://github.com/llvm/llvm-project/pull/77289


More information about the llvm-commits mailing list