[PATCH] D79479: [MLIR] Add complex addition and substraction to the standard dialect
Frederik Gossen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 04:48:18 PDT 2020
frgossen created this revision.
frgossen added reviewers: pifon2a, ftynse.
Herald added subscribers: llvm-commits, Kayjukh, grosul1, Joonsoo, stephenneuendorffer, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini.
Herald added a reviewer: rriddle.
Herald added a reviewer: antiagainst.
Herald added a project: LLVM.
Complex addition and substraction are the first two binary operations on complex
numbers.
Remaining operations will follow the same pattern.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D79479
Files:
mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
mlir/include/mlir/IR/OpBase.td
mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79479.262339.patch
Type: text/x-patch
Size: 10438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200506/649d2cdc/attachment-0001.bin>
More information about the llvm-commits
mailing list