[PATCH] D80609: [MLIR] expose applyCmpPredicate

Uday Bondhugula via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 15:59:27 PDT 2020


bondhugula added inline comments.


================
Comment at: mlir/include/mlir/Dialect/StandardOps/IR/Ops.h:343
+
+// Compute `lhs` `pred` `rhs`, where `pred` is one of the known integer
+// comparison predicates.
----------------
Triple / please.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80609





More information about the llvm-commits mailing list