[all-commits] [llvm/llvm-project] 01ac18: [mlir][nvvm] Fix mov.u32 to mov.pred (#70027)

Guray Ozen via All-commits all-commits at lists.llvm.org
Wed Oct 25 12:00:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 01ac180c11d7c16a71ff2de472dc1570dece596c
      https://github.com/llvm/llvm-project/commit/01ac180c11d7c16a71ff2de472dc1570dece596c
  Author: Guray Ozen <guray.ozen at gmail.com>
  Date:   2023-10-25 (Wed, 25 Oct 2023)

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

  Log Message:
  -----------
  [mlir][nvvm] Fix mov.u32 to mov.pred (#70027)

This PR fixes the incorrect `mov` instruction in PTX. We actually move a
predicate here, not u32, so the correct instruction should be
`mov.pred`.




More information about the All-commits mailing list