[PATCH] D113805: [RISCV] Improve codegen for i32 udiv/urem by constant on RV64.
Michael Berg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 12 14:09:16 PST 2021
mcberg2021 added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoM.td:112
// zeroing the upper 32 bits.
// TODO: If one of the operands is zero extended and the other isn't, we might
// still be better off shifting both left by 32.
----------------
Looks like the TODO is done making that part of the comment no longer needed
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113805/new/
https://reviews.llvm.org/D113805
More information about the llvm-commits
mailing list