[PATCH] D78974: [mlir][StandardToSPIRV] Emulate bitwidths not supported for load op.

Han-Chung Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 15:08:36 PDT 2020


hanchung updated this revision to Diff 261374.
hanchung marked 13 inline comments as done.
hanchung added a comment.

Address comments. Also found that scalar is not the case, so we can remove some checks and make the logic simpler.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78974

Files:
  mlir/lib/Conversion/StandardToSPIRV/ConvertStandardToSPIRV.cpp
  mlir/test/Conversion/StandardToSPIRV/std-ops-to-spirv.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78974.261374.patch
Type: text/x-patch
Size: 13109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200430/f254e732/attachment.bin>


More information about the llvm-commits mailing list