[PATCH] D143646: [RISCV] Return false from shouldFormOverflowOp

Liao Chunyu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 19:46:10 PST 2023


liaolucy updated this revision to Diff 499713.
liaolucy added a comment.

A+B u< A is the same result as A+B u< B.
There is no regression now, and there should be no logical problem.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143646/new/

https://reviews.llvm.org/D143646

Files:
  llvm/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/lib/Target/RISCV/RISCVISelLowering.h
  llvm/test/CodeGen/RISCV/overflow-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143646.499713.patch
Type: text/x-patch
Size: 6337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230223/476288f6/attachment.bin>


More information about the llvm-commits mailing list