[all-commits] [llvm/llvm-project] c45a99: [MatrixBuilder] Require explicit element type in C...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Feb 7 07:57:47 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c45a99f36b6e87440765572bd38cbd515c60173a
https://github.com/llvm/llvm-project/commit/c45a99f36b6e87440765572bd38cbd515c60173a
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M clang/lib/CodeGen/CGBuiltin.cpp
M llvm/include/llvm/IR/MatrixBuilder.h
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
Log Message:
-----------
[MatrixBuilder] Require explicit element type in CreateColumnMajorLoad()
This makes the method compatible with opaque pointers.
More information about the All-commits
mailing list