[llvm] [Mips] Add the missing judgment when processing function handleMFLOSlot (PR #121463)

via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 19 23:12:53 PST 2025


yingopq wrote:

> I guess that there may be some other problem: why this patch can effects MIPSr2? I guess that the default port of FreeBSD is r2?

We have already made a restriction at the beginning.
```
if (STI->hasMips32() || STI->hasMips5())
    return false;
```

https://github.com/llvm/llvm-project/pull/121463


More information about the llvm-commits mailing list