[PATCH] D67034: [CVP] Generate simpler code for elided with.overflow intrinsics

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 31 02:22:06 PDT 2019


lebedev.ri accepted this revision.
lebedev.ri added a comment.
This revision is now accepted and ready to land.

This LG, thanks.



================
Comment at: llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp:420
 
 static void processOverflowIntrinsic(WithOverflowInst *WO) {
   IRBuilder<> B(WO);
----------------
`// Rewrite this with.overflow intrinsic as non-overflowing` ?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67034





More information about the llvm-commits mailing list