[llvm-dev] Disable optimization on basic block level
Max Muster via llvm-dev
llvm-dev at lists.llvm.org
Fri Apr 21 06:14:49 PDT 2017
Hi folks,
During an IR function pass I want to annotate certain basic blocks to avoid
later optimization on them. I know I, I can disable optimization on
function granularity, but how to do so on basic block level?
Cheers,
Max
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170421/c8f303d2/attachment.html>
More information about the llvm-dev
mailing list