[LLVMdev] [cfe-dev] want to intercept array dereferences

Gry Gunvor gry.gunvor at gmail.com
Thu Apr 9 12:00:42 PDT 2015


> The best place really is to do it in Clang, though it might depend
> on why you want to do this particular transformation. If you're trying to do
> bounds checking, the sanitizers already do that.

Ah, well bounds checking passes do need to know that information.
Perhaps it would work to just hack on one of the sanitizers and get it
to gen the code I want rather than generating a software bounds check?

Gry



More information about the llvm-dev mailing list