tensorflow / mlir

"Multi-Level Intermediate Representation" Compiler Infrastructure
1.73k stars 257 forks source link

Added LLVM ops and lowering phases from standard dialect. #300

Closed dfki-jugr closed 4 years ago

dfki-jugr commented 4 years ago

Added LLVM ops and lowering phases from standard dialect for FAbs, FCeil, Cos, FNeg, CopySign and Tanh.

Added test cases for the newly added LLVM operations and lowering features.

ftynse commented 4 years ago

please do not merge this until the concerns on translation are addressed.