[PATCH] D156442: [llvm][RISCV][Backend]
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 27 09:32:44 PDT 2023
craig.topper added a comment.
Need tests and real patch title.
================
Comment at: llvm/lib/Target/RISCV/RISCVCodeGenPrepare.cpp:89
+ // Look for an non negative zext(value) and replace it with sext.
+ if (isKnownNonNegative(Src, *DL)) {
----------------
"an non" -> "a non"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156442/new/
https://reviews.llvm.org/D156442
More information about the llvm-commits
mailing list