[LLVMdev] How to check for "SPARC code generation" in MachineBasicBlock.cpp?

Anton Korobeynikov anton at korobeynikov.info
Thu Dec 10 16:43:07 PST 2009


Hi, Chris

> That is target independent code, so you should not put sparc specific changes there.  It sounds like one of the sparc-specific target hooks is wrong.
Since sparc does not provide any hooks for operation of branches (e.g.
AnalyzeBranch and friends) it might be possible that generic codegen
code is broken in absence of these hooks.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-dev mailing list