[all-commits] [llvm/llvm-project] 001d60: [mlir][ArmSVE] Add basic arithmetic operations
jsetoain via All-commits
all-commits at lists.llvm.org
Wed May 5 00:50:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 001d601ac4fb1ee02d4bb3990f2f5a8afacd4932
https://github.com/llvm/llvm-project/commit/001d601ac4fb1ee02d4bb3990f2f5a8afacd4932
Author: Javier Setoain <javier.setoain at gmail.com>
Date: 2021-05-05 (Wed, 05 May 2021)
Changed paths:
M mlir/include/mlir/Dialect/ArmSVE/ArmSVE.td
M mlir/lib/Dialect/ArmSVE/Transforms/LegalizeForLLVMExport.cpp
M mlir/test/Dialect/ArmSVE/legalize-for-llvm.mlir
M mlir/test/Dialect/ArmSVE/roundtrip.mlir
M mlir/test/Target/LLVMIR/arm-sve.mlir
Log Message:
-----------
[mlir][ArmSVE] Add basic arithmetic operations
While we figure out how to best add Standard support for scalable
vectors, these instructions provide a workaround for basic arithmetic
between scalable vectors.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D100837
More information about the All-commits
mailing list