Files
clang-p2996/llvm/test/CodeGen/Mips/Fast-ISel
Alex Rønne Petersen c0b3e491cc [llvm][Mips] Bail on underaligned loads/stores in FastISel. (#106231)
We encountered this problem in Zig, causing all of our
`mips(el)-linux-gnueabi*` tests to fail:
https://github.com/ziglang/zig/issues/21215

For these unusual cases, let's just bail in `MipsFastISel` since
`MipsTargetLowering` can handle them fine.

Note: I don't have commit access.
2024-09-12 22:10:19 +08:00
..