llvm-project/llvm/lib/Target/M68k/Disassembler
Ricky Taylor e1e3b6ee72 [M68k] Avoid UB in disassembler
When reading 32 bits a 32-bit shift would be executed.

This is undefined behaviour, but in this case we can just replace the
entire scratch value to avoid it.

Differential Revision: https://reviews.llvm.org/D110769
2021-09-29 22:07:14 +01:00
..
CMakeLists.txt
M68kDisassembler.cpp [M68k] Avoid UB in disassembler 2021-09-29 22:07:14 +01:00