[PATCH] Implement variable-sized alloca instrumentation.

Yury Gribov tetra2005 at gmail.com
Fri Nov 21 23:32:43 PST 2014


So we basically need to find all blocks dominated by alloca, then all exits from those to non-dominated blocks and then insert unpoison calls prior to these exits?

http://reviews.llvm.org/D6055






More information about the llvm-commits mailing list