<div dir="ltr"><div>Hi,</div><div><br>I am having issues running a new backend that I created for a new architecture. I suspect these errors may have something to do with how I have the string setup in LLVMTargetMachine() below?</div><div><br></div><div>Also - It would be great if someone could point me to a document that describes some of these error messages? For example what does t26 ..t4 mean?</div><div><br></div><div>Thanks in advance for taking your valuable time to help me!</div><div><br></div><div>Jeff</div><div><br></div><div>jeff@ubuntu:~/code$ llc dft_gf_msp.ll</div><div>LLVM ERROR: Cannot select: t28: ch = store<ST2[%le](align=4), trunc to i16> t27, t26, FrameIndex:i32<14>, undef:i32</div><div>  t26: i32,ch = load<LD2[%sz](align=4), anyext from i16> t25, FrameIndex:i32<2>, undef:i32</div><div>    t7: i32 = FrameIndex<2></div><div>    t4: i32 = undef</div><div>  t17: i32 = FrameIndex<14></div><div>  t4: i32 = undef</div><div>In function: main</div><div><br></div><div><br></div><div><div>LLVMTargetMachine(T, "e-m:e-p:32:32-i8:8:32-i16:16:32-n32-S32", TT, CPU, FS, Options, RM, CM, OL),</div></div></div>