[PATCH] D139930: [InstCombine] Combine ZExt (B - A) + ZExt(A) to ZExt(B)

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 13 05:09:23 PST 2022


dmgreen added a comment.

Just a drive-by comment, but I believe it needs nuw on the sub.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139930



More information about the llvm-commits mailing list