[LLVMdev] What cause holes in a LiveInterval?

Tzu-Chien Chiu tzuchien.chiu at gmail.com
Thu Dec 15 00:25:57 PST 2005


LiveInterval.cpp.

// that v is live at i'. In this implementation intervals can have holes,
// i.e. an interval might look like [1,20), [50,65), [1000,1001).  Each
// individual range is represented as an instance of LiveRange, and the whole
// interval is represented as an instance of LiveInterval.

What cause these holes?

--
Tzu-Chien Chiu - XGI Technology, Inc.
URL: http://www.csie.nctu.edu.tw/~jwchiu/




More information about the llvm-dev mailing list