[PATCH] D20005: WholeProgramDevirt: Move logic for finding devirtualizable call sites to Analysis.

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue May 10 07:56:35 PDT 2016


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

Looks NFC to me. Are there any existing tests or would a unittest for the new Analysis routines be appropriate?


================
Comment at: include/llvm/Analysis/BitSetUtils.h:31
@@ +30,3 @@
+
+// Given a call to the intrinsic @llvm.bitset.test, find all devirtualizable
+// call sites based on the call and return them in DevirtCalls.
----------------
Use doxygen style comments


http://reviews.llvm.org/D20005





More information about the llvm-commits mailing list