[llvm-commits] [llvm] r162060 - in /llvm/trunk/lib/Target/ARM: ARMBaseInstrInfo.cpp ARMBaseInstrInfo.h ARMISelLowering.cpp ARMInstrInfo.td ARMInstrThumb2.td

Anton Korobeynikov anton at korobeynikov.info
Fri Aug 17 05:21:19 PDT 2012


Hi Jacob

> +  assert((MI->getOpcode() == ARM::MOVCCr || MI->getOpcode() == ARM::t2MOVCCr) &&
> +         "Unknown select instruction");
Somehow MI is uninitialized here. I'm seeing a lot of assertions while
compiling for Cortex-A9. I will try to reduce the testcase and try
some valgrind'ing.

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



More information about the llvm-commits mailing list