Files
clang-p2996/llvm/lib/Target/Mips/MipsFastISel.cpp
yingopq 194da37b71 [Mips] Do not emit instruction teq if divisor is non-zero immediate value in FastISel implementation (#135768)
Add a check before emitting the teq instruction to check whether the
divisor is a non-zero immediate value.

Fix #130629.
2025-04-25 17:36:27 +08:00

66 KiB