[all-commits] [llvm/llvm-project] 5a5520: [mlir] Fixed dynamic operand storage on big-endian...
Haruki Imai via All-commits
all-commits at lists.llvm.org
Wed Jun 16 18:42:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5a55205bb31f2cbc7573656da61cb9eb923bc8cc
https://github.com/llvm/llvm-project/commit/5a55205bb31f2cbc7573656da61cb9eb923bc8cc
Author: Haruki Imai <imaihal at jp.ibm.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
M mlir/include/mlir/IR/OperationSupport.h
Log Message:
-----------
[mlir] Fixed dynamic operand storage on big-endian machines.
Many tests fails by D101969 (https://reviews.llvm.org/D101969)
on big-endian machines. This patch changes bit order of
TrailingOperandStorage in big-endian machines. This patch
works on System Z (Triple = "s390x-ibm-linux", CPU = "z14").
Signed-off-by: Haruki Imai <imaihal at jp.ibm.com>
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D104225
More information about the All-commits
mailing list