diff options
author | Haruki Imai <imaihal@jp.ibm.com> | 2020-11-20 05:07:31 +0000 |
---|---|---|
committer | Mehdi Amini <joker.eph@gmail.com> | 2020-11-20 05:09:33 +0000 |
commit | fbfbfa5c713f4b98f174f9ff3416eaf42d133bc0 (patch) | |
tree | 28ccf215e54fc80bed6c255c0bc3086cd30f6102 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | 0f9f0a4046e11c2b4c130640f343e3b2b5db08c1 (diff) | |
download | llvm-fbfbfa5c713f4b98f174f9ff3416eaf42d133bc0.zip llvm-fbfbfa5c713f4b98f174f9ff3416eaf42d133bc0.tar.gz llvm-fbfbfa5c713f4b98f174f9ff3416eaf42d133bc0.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions