[LLVMdev] machine constant pool/arm constant pool
reed kotler
rkotler at mips.com
Fri Mar 1 15:40:21 PST 2013
I'm trying to understand how the ARm constant pool interacts with the
machine constant pool.
The ARm constant pool is reading from this list of constants in the
machine constant pool that
hangs off the machine function class.
The ARm Constant Island code is adding them to it's own basic blocks so
they must get deleted somehow from the machine constant pool.
Does anyone understand how this works at a hight level?
I'm trying to decide for Mips if I need to also extend the machine
constant pool class.
Tia.
Reed
More information about the llvm-dev
mailing list