Dear All, Could someone tell me how to convert LLVM bytecode into minimal SSA form ? or just depend on GCC frontend ? thanks aqex
llvm-as file.bc | opt -mem2reg | llvm-dis > file.ll On Wed, 2006-01-04 at 09:12 +0800, lizhuo wrote:> meone tell me how to convert LLVM bytecode into minimal SSA form ? > or just depend on GCC frontend ?-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060111/0cc75c0c/attachment.sig>
On Wed, 11 Jan 2006, Reid Spencer wrote:> llvm-as file.bc | opt -mem2reg | llvm-dis > file.llllvm-as < file.bc | opt -mem2reg | llvm-dis > file.ll Note the extra "<". -Chris> On Wed, 2006-01-04 at 09:12 +0800, lizhuo wrote: >> meone tell me how to convert LLVM bytecode into minimal SSA form ? >> or just depend on GCC frontend ? >-Chris -- http://nondot.org/sabre/ http://llvm.org/