[LLVMdev] problem trying to write an LLVM register-allocation pass
Jakob Stoklund Olesen
stoklund at 2pi.dk
Thu Nov 15 11:13:41 PST 2012
On Nov 15, 2012, at 7:53 AM, Susan Horwitz <horwitz at cs.wisc.edu> wrote:
> Lang -
>
> Attached is a new example for which I still get assembler errors.
>
> Susan
Hi Susan,
You should never be getting assembler errors if 'llc -verify-machineinstrs' approves of your machine code. It might give you better error messages than the assembler.
/jakob
More information about the llvm-dev
mailing list