search for: 8f91a78c

Displaying 2 results from an estimated 2 matches for "8f91a78c".

2013 Dec 31
2
[LLVMdev] How to update LiveInterval information of newly inserted machine basic block
Hi, I insert a new machine basic block(MBB) before Greedy Register Allocation, after Simple Register Coalescing. But I encounter a fatal error "regalloc = ... not currently supported with -O0". I use command line with opt level O2, not O0. The probable reason of this error is that no LiveInterval information for newly MBB which is used by Register Allocation. And, LiveIntervals depend
2014 Jan 03
2
[LLVMdev] How to update LiveInterval information of newly inserted machine basic block
...Why? Valid information of OldMBB is deleted when updating CFG? Is there something wrong with my updating steps? Thank you very much again. -Haishan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140103/8f91a78c/attachment.html>