[LLVMdev] Hazard recognizers & basic blocks
Damien Vincent
damien.llvm at gmail.com
Thu Feb 10 10:30:36 PST 2011
I am working on a target which has some structural hazards.
To detect these hazards, I implemented a sub-class of
PostRAHazardRecognizer.
PostRAHazardRecognizer resets the hazard state on a basic block basis.
So, how to detect hazards that may occur between the end of a basic block
and the beginning of another basic block ?
Thanks !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110210/3f17c651/attachment.html>
More information about the llvm-dev
mailing list