[all-commits] [llvm/llvm-project] 2e4161: [mlir][ArmSME] Name arguments of SME intrinsics (N...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Fri Oct 20 01:41:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e4161df3988e03fd0534c0ceb4240292c1d166d
https://github.com/llvm/llvm-project/commit/2e4161df3988e03fd0534c0ceb4240292c1d166d
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/ArmSME/IR/ArmSME.h
M mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEIntrinsicOps.td
M mlir/test/Target/LLVMIR/arm-sme-invalid.mlir
Log Message:
-----------
[mlir][ArmSME] Name arguments of SME intrinsics (NFC) (#69608)
This makes the docs a little nicer to read, as these otherwise show up
as "«unnamed»".
The extra include is needed as naming means getters are generated, and
the getters use the LLVM types.
More information about the All-commits
mailing list