[all-commits] [llvm/llvm-project] aabea3: [mlir][Vector] Let VectorToLLVM operate on non-Mod...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Mon Jun 19 07:31:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aabea3d320c87561fe98b56c9f53cca1c6d18869
https://github.com/llvm/llvm-project/commit/aabea3d320c87561fe98b56c9f53cca1c6d18869
Author: Nicolas Vasilache <nicolasvasilache at users.noreply.github.com>
Date: 2023-06-19 (Mon, 19 Jun 2023)
Changed paths:
M mlir/include/mlir/Conversion/Passes.td
Log Message:
-----------
[mlir][Vector] Let VectorToLLVM operate on non-ModuleOp
Restriction to ModuleOp is ancient and unnecessarily restrictive.
Commit: 8c80d01a95ba0d75c29191de0ea38cce48c9978f
https://github.com/llvm/llvm-project/commit/8c80d01a95ba0d75c29191de0ea38cce48c9978f
Author: Nicolas Vasilache <nicolasvasilache at users.noreply.github.com>
Date: 2023-06-19 (Mon, 19 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/NVGPU/IR/NVGPU.td
M mlir/lib/Dialect/NVGPU/IR/NVGPUDialect.cpp
Log Message:
-----------
[mlir][NVGPU] NFC - Add a more convenient C++ builder for nvgpu::MmaSyncOp
Compare: https://github.com/llvm/llvm-project/compare/3956a34e4fc6...8c80d01a95ba
More information about the All-commits
mailing list