aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Target/llvmir-intrinsics.mlir
AgeCommit message (Expand)AuthorFilesLines
2021-03-09[mlir] move LLVM target import header and testsAlex Zinenko1-502/+0
2021-02-16[mlir] tighten LLVM dialect verifiers to generate valid LLVM IRAlex Zinenko1-12/+20
2021-02-10Add LLVMIR Dialect counterparts of @llvm.maximum and @llvm.minimum.Andrew Pritchard1-0/+18
2021-02-09[mlir] Add stacksave, stackrestore to llvm dialectDenys Shabalin1-0/+14
2021-02-08[mlir] Drop deprecated syntax for LLVM dialect typesAlex Zinenko1-2/+2
2021-01-22[mlir] Add coro intrinsics operations to LLVM dialectEugene Zhulenev1-0/+67
2021-01-12[mlir] use built-in vector types instead of LLVM dialect types when possibleAlex Zinenko1-86/+86
2021-01-08[mlir] replace LLVM dialect float types with built-insAlex Zinenko1-71/+71
2021-01-07[mlir] replace LLVMIntegerType with built-in integer typeAlex Zinenko1-42/+42
2020-11-19[mlir][TableGen] Support intrinsics with multiple returns and overloaded oper...Ji Kim1-0/+63
2020-10-07[mlir] Fix build after 322d0afd875df66b36e4810a2b95c20a8f22ab9b due to change...Amara Emerson1-4/+4
2020-10-07[llvm][mlir] Promote the experimental reduction intrinsics to be first class ...Amara Emerson1-30/+30
2020-08-27[IR] Remove noundef from masked store/load/gather/scatter's pointer operandsJuneyoung Lee1-4/+4
2020-08-27[IR] Add NoUndef attribute to Intrinsics.tdJuneyoung Lee1-4/+4
2020-08-25[mlir] [LLVMIR] Add get active lane mask intrinsicaartbik1-0/+12
2020-08-04[mlir] [VectorOps] Add expand/compress operations to Vector dialectaartbik1-2/+13
2020-08-04[mlir] switch the modeling of LLVM types to use the new mechanismAlex Zinenko1-73/+73
2020-07-30[MLIR][SPIRVToLLVM] Conversion of GLSL ops to LLVM intrinsicsGeorge Mitenkov1-0/+45
2020-07-21[mlir] [VectorOps] Add scatter/gather operations to Vector dialectaartbik1-0/+14
2020-07-15[Matrix] Only pass vector arg as overloaded type in MatrixBuilder.Florian Hahn1-4/+4
2020-06-26[mlir] [VectorOps] Add the ability to mark FP reductions with "reassociate" a...aartbik1-0/+4
2020-06-26[mlir] support returning unranked memrefsAlex Zinenko1-0/+13
2020-06-23[MLIR][LLVMDialect] Added bitreverse and ctpop intrinsicsGeorge Mitenkov1-0/+18
2020-06-18[Matrix] Update load/store intrinsics.Florian Hahn1-11/+11
2020-06-15Fix MLIR test after 1d33c09f220e: matrix intrinsics have "nocapture" on some ...Mehdi Amini1-2/+2
2020-05-25Added pow intrinsic to LLVMIR dialectGeorge Mitenkov1-0/+9
2020-03-29[mlir] Add exp2 conversion to llvm.intr.exp2Aaron Smith1-0/+9
2020-03-18[mlir][LLVM] Add masked reads and writes.Nicolas Vasilache1-0/+16
2020-03-09[mlir][Vector] Add a vector.matrix_multiply op on 1-D vectorsNicolas Vasilache1-1/+1
2020-03-09[mlir][LLVM] Add remaining llvm.matrix intrinsicsNicolas Vasilache1-5/+17
2020-03-05[mlir] Introduce an intrinsic for llvm.matrix.multiplyNicolas Vasilache1-0/+14
2020-02-10[mlir] [LLVMIR] add all vector reduction intrinsics to LLVM IR dialectaartbik1-0/+31
2020-02-07[mlir][VectorOps] Expose and use llvm.intrin.fma*Nicolas Vasilache1-20/+26
2020-01-30[MLIR] Add the sqrt operation to mlir.Lubomir Litchev1-0/+11
2020-01-28[mlir] fixed invalid LLVM intrinsics in LLVMOPs.td and llvmir-intrinsics.mlir.Julian Gross1-4/+5
2019-12-18Added LLVM ops and lowering phases from standard dialect for FAbs, FCeil, Cos...Marcel Koester1-0/+42
2019-12-18Introduce prefetch op: affine -> std -> llvm intrinsicUday Bondhugula1-2/+8
2019-12-11Add std.log* and llvm.intr.log* that correspond to the LLVMIR intrinsicsNicolas Vasilache1-0/+33
2019-10-10Use llvm.func to define functions with wrapped LLVM IR function typeAlex Zinenko1-2/+2
2019-10-09Add exp operation to LLVMOPs.td.Alexander Belyaev1-3/+13
2019-08-20LLVM dialect: prefix operations that correspond to intrinsics with "intr."Alex Zinenko1-2/+2
2019-08-13LLVM dialect: introduce fmuladd intrinsic as operationAlex Zinenko1-0/+15