Files
clang-p2996/llvm/lib/Target/LoongArch/LoongArchOptWInstrs.cpp
hev 0f47e3aebd [LoongArch] Eliminate the redundant sign extension of division (#107971)
If all incoming values of `div.d` are sign-extended and all users only
use the lower 32 bits, then convert them to W versions.

Fixes: #107946
2024-09-10 16:52:21 +08:00

26 KiB