[llvm] [RISCV][GISel] Legalize G_SMULO/G_UMULO (PR #67635)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 28 09:28:04 PDT 2023
================
@@ -145,13 +145,21 @@ RISCVLegalizerInfo::RISCVLegalizerInfo(const RISCVSubtarget &ST) {
.legalFor({XLenLLT})
.lower();
// clang-format on
+
+ getActionDefinitionsBuilder({G_SMULO, G_UMULO})
----------------
topperc wrote:
Yeah they're the same. They were briefly different while I tried and failed to fix the 2 libcall issue.
https://github.com/llvm/llvm-project/pull/67635
More information about the llvm-commits
mailing list