[RISC-V]Delete unused code in LowerConstIntDivOrMod (#94328)
authormonstercat <45393763+monstercatss@users.noreply.github.com>
Mon, 6 Nov 2023 17:57:59 +0000 (01:57 +0800)
committerGleb Balykov <g.balykov@samsung.com>
Fri, 15 Dec 2023 12:28:32 +0000 (15:28 +0300)
Co-authored-by: magus <mangypotatoes1@gmail.com>
src/coreclr/jit/lower.cpp

index 2e454e6..05d32ad 100644 (file)
@@ -6808,9 +6808,6 @@ bool Lowering::TryLowerConstIntDivOrMod(GenTree* node, GenTree** nextNode)
 #elif defined(TARGET_ARM)
         // Currently there's no GT_MULHI for ARM32
         return false;
-#elif defined(TARGET_RISCV64)
-        NYI_RISCV64("-----unimplemented on RISCV64 yet----");
-        return false;
 #else
 #error Unsupported or unset target architecture
 #endif