llvm-project/mlir/test
Haruki Imai a66e334ceb [mlir] Convert raw data in dense element attributes for big-endian machines.
This patch fixes a bug [[ https://bugs.llvm.org/show_bug.cgi?id=46091 | 46091 ]]

Raw data for the `dense-element attribute` is written in little endian (LE) format.
This commit converts the format to big endian (BE) in ʻAttribute Parser` on the
 BE machine. Also, when outputting on a BE machine, the BE format is converted
 to LE in "AsmPrinter".

Differential Revision: https://reviews.llvm.org/D80695
2020-10-28 17:06:16 -07:00
..
Analysis Change filecheck default to dump input on failure 2020-06-09 18:57:46 +00:00
Bindings/Python Add a `mlirModuleGetBody()` accessor to the C API and bind it in Python 2020-10-28 17:53:52 +00:00
CAPI [mlir] NFC: fix trivial typos 2020-10-29 04:05:22 +09:00
Conversion MLIR: add SinOp Lowering to __nv_sinf and __nv_sin 2020-10-28 14:15:26 +01:00
Dialect [mlir] Properly handle recursive bufferization for scf.for/scf.if 2020-10-28 14:16:56 -07:00
EDSC Remove global dialect registration 2020-10-24 00:35:55 +00:00
Examples Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects" 2020-10-04 15:17:34 -07:00
IR [mlir] Convert raw data in dense element attributes for big-endian machines. 2020-10-28 17:06:16 -07:00
Pass Implement a new kind of Pass: dynamic pass pipeline 2020-09-22 18:51:54 +00:00
SDBM Remove global dialect registration 2020-10-24 00:35:55 +00:00
Target Revert "Updating llvm.mlir test to match recent IR change" 2020-10-27 08:35:18 -07:00
Transforms [mlir] NFC: fix trivial typos 2020-10-29 04:05:22 +09:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib [mlir] Convert memref_reshape to memref_reinterpret_cast. 2020-10-28 21:15:32 +01:00
mlir-cpu-runner [mlir] Convert memref_reshape to memref_reinterpret_cast. 2020-10-28 21:15:32 +01:00
mlir-cuda-runner [MLIR] Adding gpu.host_register op and lower it to a runtime call. 2020-08-10 22:46:17 +02:00
mlir-linalg-ods-gen [mlir][Linalg] Evolve named ops to use assembly form and support linalg on tensors. 2020-09-18 06:14:30 -04:00
mlir-opt Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
mlir-reduce [mlir, win] Mark several MLRI tests as unsupported on system-windows 2020-10-09 16:27:50 -07:00
mlir-rocm-runner [AMDGPU] Fix ROCm unit test memref initialization 2020-09-17 09:48:05 -07:00
mlir-spirv-cpu-runner [MLIR][mlir-spirv-cpu-runner] A SPIR-V cpu runner prototype 2020-10-26 09:09:29 -04:00
mlir-tblgen [mlir] NFC: fix trivial typos 2020-10-29 04:05:22 +09:00
mlir-vulkan-runner [mlir][gpu] NFC: switch occurrences of gpu.launch_func to custom format. 2020-10-22 17:27:19 +02:00
APITest.h Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
CMakeLists.txt [MLIR][mlir-spirv-cpu-runner] A SPIR-V cpu runner prototype 2020-10-26 09:09:29 -04:00
lit.cfg.py [MLIR][mlir-spirv-cpu-runner] A SPIR-V cpu runner prototype 2020-10-26 09:09:29 -04:00
lit.site.cfg.py.in [MLIR][mlir-spirv-cpu-runner] A SPIR-V cpu runner prototype 2020-10-26 09:09:29 -04:00