[all-commits] [llvm/llvm-project] 7b22cf: [Intrinsics] Fix `nvvm_prmt` intrinsic attributes

Dmitry Vasilyev via All-commits all-commits at lists.llvm.org
Thu May 12 01:46:35 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b22cf12ef9f3b436514818c4cb9e25df0d9cc36
      https://github.com/llvm/llvm-project/commit/7b22cf12ef9f3b436514818c4cb9e25df0d9cc36
  Author: Dmitry Vassiliev <dvassiliev at accesssoftek.com>
  Date:   2022-05-12 (Thu, 12 May 2022)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsNVVM.td

  Log Message:
  -----------
  [Intrinsics] Fix `nvvm_prmt` intrinsic attributes

`nvvm_prmt` doesn't seem to be `commutative`. nvvm also sets `IntrSpeculatable` for it.
Here is the doc https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#data-movement-and-conversion-instructions-prmt

Reviewed By: tra, jchlanda

Differential Revision: https://reviews.llvm.org/D125423




More information about the All-commits mailing list