Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D75150
[MLIR] Add vector support for fpexp and fptrunc. ClosedPublic Authored by timshen on Feb 25 2020, 3:51 PM.
Details
Diff Detail
Event Timelinebondhugula added inline comments.
This revision now requires changes to proceed.Feb 25 2020, 10:42 PM This revision was not accepted when it landed; it landed in state Needs Review.Feb 28 2020, 12:56 PM Closed by commit rG67c1615440ca: [MLIR] Add vector support for fpexp and fptrunc. (authored by timshen). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 247350 mlir/lib/Dialect/StandardOps/IR/Ops.cpp
mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir
mlir/test/IR/core-ops.mlir
mlir/test/IR/invalid-ops.mlir
|
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.