Files
clang-p2996/llvm/lib/Target/CSKY/CSKYInstrInfo.cpp
Zi Xuan Wu (Zeson) 587573b9f9 [CSKY] Fix the assert in eliminateFrameIndex when the offset is negative
After the frameindex is resolved, the offset can be negative. It would
be materialized as unsigned integer and can still calculated by add instruction.
2022-06-15 09:54:21 +08:00

20 KiB