[PATCH] D11212: [SCEV] Apply NSW and NUW flags via poison value analysis

David Majnemer david.majnemer at gmail.com
Thu Jul 16 13:54:42 PDT 2015


majnemer added inline comments.

================
Comment at: lib/Analysis/ValueTracking.cpp:3418-3419
@@ +3417,4 @@
+  default:
+    return false;
+  }
+}
----------------
I misread how `propagatesFullPoison` is supposed to work.  I think the name needs some work.


http://reviews.llvm.org/D11212







More information about the llvm-commits mailing list