[PATCH] D75150: [MLIR] Add vector support for fpexp and fptrunc.
Uday Bondhugula via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 25 22:43:37 PST 2020
bondhugula requested changes to this revision.
bondhugula added inline comments.
This revision now requires changes to proceed.
================
Comment at: mlir/test/IR/invalid-ops.mlir:565
// -----
+func @fpext_vec(%arg0 : vector<2xf16>) {
----------------
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.
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