search for: 83a9b9d8

Displaying 2 results from an estimated 2 matches for "83a9b9d8".

2008 Oct 14
0
[LLVMdev] CFG modifcations and code gen
...t occurring. Did you implement TargetInstrInfo::AnalyzeBranch for your target? Check out the large comment above it in TargetInstrInfo.h -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081014/83a9b9d8/attachment.html>
2008 Oct 14
2
[LLVMdev] CFG modifcations and code gen
Chris, I took a look at AnalyzeBranch and I don't see how it can solve my problem. The issue itself isn't with branching, as I can handle branches fairly well in my custom pass(see the before and after dot files attached). I can take a bunch of branches and construct high level control flow for my backend since I have no ability to do goto/jump, only whileloop and ifs. So analyzing the