[PATCH] D75150: [MLIR] Add vector support for fpexp and fptrunc.

Tim Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 20:39:44 PST 2020


timshen marked 2 inline comments as done.
timshen added inline comments.


================
Comment at: mlir/test/IR/invalid-ops.mlir:565
 // -----
 
+func @fpext_vec(%arg0 : vector<2xf16>) {
----------------
bondhugula wrote:
> I think the invalid test cases here aren't cover elt type width truncation being used with fpext and vice versa while using the same shape for src and dest.
Added more tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75150





More information about the llvm-commits mailing list