[PATCH] D124722: [InstCombine] extract(u[add|sub].with.overflow(X, C), 0) --> [add|sub](X, C)

Nicolas Abram via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 17:56:18 PDT 2022


nico-abram abandoned this revision.
nico-abram added a comment.

Abandoning revision since the transformation is not safe.

"front-end" means rustc/clang right?


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

https://reviews.llvm.org/D124722



More information about the llvm-commits mailing list