How can I copy the value from another BB? PHI instruction with one argument would fit, but it requires that all arguments are in immediately preceding BBs. Yuri
Yuri <yuri at rawbw.com> writes:> How can I copy the value from another BB? > PHI instruction with one argument would fit, but it requires that all > arguments are in immediately preceding BBs.Using a value is not restricted to the BB where you created it.
On Thu, Jun 3, 2010 at 2:43 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:> Yuri <yuri at rawbw.com> writes: > >> How can I copy the value from another BB? >> PHI instruction with one argument would fit, but it requires that all >> arguments are in immediately preceding BBs. > > Using a value is not restricted to the BB where you created it... as long as BB dominates the user. - Devang
Maybe Matching Threads
- [LLVMdev] Is there 'Nop' instruction?
- [LLVMdev] --enable-shared doesn't build shared library any more
- [LLVMdev] [PATCH] with no response: Bug 13163 - BlockAddress instruction with use from the global context is damaged during module link
- [LLVMdev] clang build fails if done in the separate object directory
- [LLVMdev] clang build fails if done in the separate object directory