[all-commits] [llvm/llvm-project] f880bd: [mlir][ArmSVE] Add basic mask generation operations
jsetoain via All-commits
all-commits at lists.llvm.org
Wed Jun 9 01:59:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f880bd261f4e13d4d58a75886a2942f05783c7de
https://github.com/llvm/llvm-project/commit/f880bd261f4e13d4d58a75886a2942f05783c7de
Author: Javier Setoain <javier.setoain at gmail.com>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
M mlir/include/mlir/Dialect/ArmSVE/ArmSVE.td
M mlir/include/mlir/Dialect/ArmSVE/ArmSVEDialect.h
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/include/mlir/Dialect/StandardOps/IR/StandardOpsBase.td
M mlir/lib/Dialect/ArmSVE/IR/ArmSVEDialect.cpp
M mlir/lib/Dialect/ArmSVE/IR/CMakeLists.txt
M mlir/lib/Dialect/ArmSVE/Transforms/LegalizeForLLVMExport.cpp
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.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 mask generation operations
These `arm_sve.cmp` functions are needed to generate scalable vector
masks as long as scalable vectors are not part of the standard types.
Once in standard, these can be removed and `std.cmp` can be used
instead.
Differential Revision: https://reviews.llvm.org/D103473
More information about the All-commits
mailing list