[all-commits] [llvm/llvm-project] 3d70ba: [mlir][ArmSVE] Add convert.from/to.svbool intrinsi...
Benjamin Maxwell via All-commits
all-commits at lists.llvm.org
Tue Oct 10 01:12:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d70ba6115162c3df47516daa0887020a08b0c5c
https://github.com/llvm/llvm-project/commit/3d70ba6115162c3df47516daa0887020a08b0c5c
Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M mlir/include/mlir/Dialect/ArmSVE/IR/ArmSVE.td
M mlir/test/Target/LLVMIR/arm-sve.mlir
Log Message:
-----------
[mlir][ArmSVE] Add convert.from/to.svbool intrinsics (#68418)
These will be used in future pass to ensure that loads/stores of masks
are legal (as the LLVM backend does not support this for any type
smaller
than an svbool, which is vector<[16]xi1>).
Depends on #68399
More information about the All-commits
mailing list