[LLVMdev] How to test isDereferenceablePointer?

Ramkumar Ramachandra artagnon at gmail.com
Tue Jan 20 15:44:22 PST 2015


Ramkumar Ramachandra wrote:
> Philip Reames wrote:
>> Another option might be to introduce a small printing pass that simply
>> prints the dereferenceability of every pointer in a function - analogous to
>> MemDepPrinter - then use FileCheck on the result of that.
>
> Perfect. I'll do that.

Done. I hope this approach doesn't lead to an explosion of little printers.



More information about the llvm-dev mailing list