[PATCH] D126483: [AMDGPU] gfx11 vop3dpp instructions
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 6 14:46:49 PDT 2022
nemanjai added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp:394
+static inline DecoderUInt128 eat12Bytes(ArrayRef<uint8_t> &Bytes) {
+ assert(Bytes.size() >= 12);
----------------
These conversions being little endian seem like a possible/likely source of the issues on big endian systems.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126483/new/
https://reviews.llvm.org/D126483
More information about the llvm-commits
mailing list