[all-commits] [llvm/llvm-project] fbfbfa: [mlir] Support big-endian systems in DenseElements...
Haruki Imai via All-commits
all-commits at lists.llvm.org
Thu Nov 19 21:33:26 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fbfbfa5c713f4b98f174f9ff3416eaf42d133bc0
https://github.com/llvm/llvm-project/commit/fbfbfa5c713f4b98f174f9ff3416eaf42d133bc0
Author: Haruki Imai <imaihal at jp.ibm.com>
Date: 2020-11-20 (Fri, 20 Nov 2020)
Changed paths:
M mlir/lib/IR/Attributes.cpp
Log Message:
-----------
[mlir] Support big-endian systems in DenseElementsAttr (multiple word)
D78076 supports big endian in DenseElementsAttr, but does not work when
APInt has multiple words(the number of bits > 64). This patch updates
D78076 to support it.
This patch removed the fix in D78076 and re-implemented to support multiple words.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D80272
More information about the All-commits
mailing list