[all-commits] [llvm/llvm-project] 6a075a: [MLIR][NVVM]: Update setmaxregister NVVM Op (#77594)

Durgadoss R via All-commits all-commits at lists.llvm.org
Wed Jan 10 09:49:24 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6a075a9d5dda8f6ce37b176c6d4a7f87a770ec31
      https://github.com/llvm/llvm-project/commit/6a075a9d5dda8f6ce37b176c6d4a7f87a770ec31
  Author: Durgadoss R <durgadossr at nvidia.com>
  Date:   2024-01-10 (Wed, 10 Jan 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
    M mlir/test/Conversion/NVVMToLLVM/nvvm-to-llvm.mlir
    M mlir/test/Target/LLVMIR/nvvmir.mlir

  Log Message:
  -----------
  [MLIR][NVVM]: Update setmaxregister NVVM Op (#77594)

This patch updates the setmaxregister NVVM Op to use the
intrinsics instead of inline-ptx.

* The interface remains same (as expected).
* Tests are added to verify the lowered intrinsics in
Target/LLVMIR/nvvmir.mlir.

Signed-off-by: Durgadoss R <durgadossr at nvidia.com>




More information about the All-commits mailing list