Files
clang-p2996/llvm/lib/Target/CSKY/MCTargetDesc/CSKYAsmBackend.cpp
Zi Xuan Wu (Zeson) 76fc5fe64a [CSKY] Fix the adjustFixupValue of fixup_csky_pcrel_uimm7_scale4
The logic to calculate the offset of lrw16 is complex and the Value
before adjustFixupValue should in range of 0 <= (Value >> 2) <= 0xfe.

It also influences the relax condition.
2022-11-02 14:18:35 +08:00

13 KiB