[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.
Loading
Please sign in to comment