[PATCH] D80695: [mlir] Added big endian version of "dense-elements-hex.mlir"

Alexandre Eichenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 08:26:16 PDT 2020


AlexEichenberger added a comment.

Rephrasing the question.

The original `mlir/test/IR/dense-elements-hex.mlir` file assumes that test machines are Little Endian.  IBM has big endian machines, and we would like to have a clean run on Big Endian machines as well.

What is your preferred way to handle the situation?

1. Two different directories with endian-specific files,
2. two different files in the current directory, or
3. is there some ways to run the same file but with different checks?

We will implement your preferred approach. Thanks for the help.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80695



More information about the llvm-commits mailing list