Files
clang-p2996/llvm/lib/Target/LoongArch/AsmParser
wanglei 3b78065e30 [LoongArch] Handle out-fo-range uimm8 operands in LoongArchAsmParser
With this fix, when encountering an out-of-range uimm8 operand, the code
now triggers an appropriate error message, clearly indicating that the
immediate value must be an integer within the range of 0 to 255.
2023-05-19 09:38:49 +08:00
..