[PATCH] D79159: [MLIR] Add complex numbers to standard dialect

Uday Bondhugula via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 02:44:28 PDT 2020


bondhugula added inline comments.


================
Comment at: mlir/test/mlir-cpu-runner/complex_numbers.mlir:6
+// Create complex number and extracit real part.
+func @create_and_extract_real() -> f32 {
+  %real = constant 1.2 : f32
----------------
CHECK-LABEL to prevent things from matching past this. 


================
Comment at: mlir/test/mlir-cpu-runner/complex_numbers.mlir:21
+
+// Create complex number and extract imaginary part.
+func @create_and_extract_imag() -> f32 {
----------------
CHECK-LABEL here please. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79159/new/

https://reviews.llvm.org/D79159





More information about the llvm-commits mailing list