[all-commits] [llvm/llvm-project] 6d007e: [mlir][nvvm] Fix bug in ldmatrix intrinsic conversion
Thomas via All-commits
all-commits at lists.llvm.org
Mon Mar 14 22:04:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d007e0278ad5aa9e28452f48daebae18c5c17b1
https://github.com/llvm/llvm-project/commit/6d007e0278ad5aa9e28452f48daebae18c5c17b1
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/NVVM/NVVMToLLVMIRTranslation.cpp
M mlir/test/Target/LLVMIR/nvvmir.mlir
Log Message:
-----------
[mlir][nvvm] Fix bug in ldmatrix intrinsic conversion
The ldmatrix intrinsic trans option was inverted.
Bug found by @christopherbate!
Differential Revision: https://reviews.llvm.org/D121666
More information about the All-commits
mailing list