[PATCH] D80695: [mlir] Convert raw data in dense element attributes for big-endian machines.

Haruki Imai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 22:48:07 PDT 2020


imaihal updated this revision to Diff 299554.
imaihal added a comment.
Herald added a subscriber: jdoerfert.

Moved the `convEndianBE` into `DenseIntOrFPElementsAttr` class and removed `EndianUtilities`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80695

Files:
  mlir/include/mlir/IR/Attributes.h
  mlir/lib/IR/AsmPrinter.cpp
  mlir/lib/IR/Attributes.cpp
  mlir/lib/Parser/AttributeParser.cpp
  mlir/test/IR/dense-elements-hex.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80695.299554.patch
Type: text/x-patch
Size: 6863 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201021/ab4c47f2/attachment.bin>


More information about the llvm-commits mailing list