[all-commits] [llvm/llvm-project] 6645bf: [NVPTX] Fix bug with int_nvvm_rotate_b64 when oper...

Dmitry Vasilyev via All-commits all-commits at lists.llvm.org
Mon Feb 14 14:24:12 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6645bfa8f501fd7698ce584976bea9c99c49d64d
      https://github.com/llvm/llvm-project/commit/6645bfa8f501fd7698ce584976bea9c99c49d64d
  Author: Dmitry Vassiliev <dvassiliev at accesssoftek.com>
  Date:   2022-02-15 (Tue, 15 Feb 2022)

  Changed paths:
    M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
    A llvm/test/CodeGen/NVPTX/rotate_64.ll

  Log Message:
  -----------
  [NVPTX] Fix bug with int_nvvm_rotate_b64 when operand immediate

Need to subract from 64, not 32.

Reviewed By: tra

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




More information about the All-commits mailing list