[PATCH] D98683: [RISCV] Improve i32 UADDSAT/USUBSAT on RV64.
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 16 05:31:08 PDT 2021
luismarques added a comment.
LGTM.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:3529
+ assert(N->getValueType(0) == MVT::i32 && Subtarget.is64Bit() &&
+ "Unexpected custom legalisation");
+ SDLoc DL(N);
----------------
Nit: British spelling :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98683/new/
https://reviews.llvm.org/D98683
More information about the llvm-commits
mailing list