[all-commits] [llvm/llvm-project] 7bbfd2: [mlir][ArmSVE] Restructure sources to match ArmSME...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Mon Oct 9 02:03:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7bbfd2aec048b23000d2ada6ed9220862b187f17
https://github.com/llvm/llvm-project/commit/7bbfd2aec048b23000d2ada6ed9220862b187f17
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2023-10-09 (Mon, 09 Oct 2023)
Changed paths:
R mlir/include/mlir/Dialect/ArmSVE/ArmSVE.td
R mlir/include/mlir/Dialect/ArmSVE/ArmSVEDialect.h
M mlir/include/mlir/Dialect/ArmSVE/CMakeLists.txt
A mlir/include/mlir/Dialect/ArmSVE/IR/ArmSVE.td
A mlir/include/mlir/Dialect/ArmSVE/IR/ArmSVEDialect.h
A mlir/include/mlir/Dialect/ArmSVE/IR/CMakeLists.txt
R mlir/include/mlir/Dialect/ArmSVE/Transforms.h
A mlir/include/mlir/Dialect/ArmSVE/Transforms/Transforms.h
M mlir/include/mlir/InitAllDialects.h
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVMPass.cpp
M mlir/lib/Dialect/ArmSVE/IR/ArmSVEDialect.cpp
M mlir/lib/Dialect/ArmSVE/Transforms/LegalizeForLLVMExport.cpp
M mlir/lib/Target/LLVMIR/Dialect/ArmSVE/ArmSVEToLLVMIRTranslation.cpp
Log Message:
-----------
[mlir][ArmSVE] Restructure sources to match ArmSME dialect (NFC) (#68399)
This rearranges the Arm SVE dialect to have the same structure of the
Arm SME dialect. So this just moves around some source files and adds a
ArmSVE_IntrOp base class for SVE intrinsics. This makes later changes a
little easier and more consistent other dialects.
More information about the All-commits
mailing list