File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -692,6 +692,8 @@ void EncodingTargetArm64::get_inst_candidates(
692692 case_default (" CMGEv4i32" , " CMGE4s" );
693693 case_default (" CMGEv2i64" , " CMGE2d" );
694694 case_default (" DUPv16i8lane" , " DUP16b" );
695+ case_default (" DUPv8i16lane" , " DUP8h" );
696+ case_default (" DUPv4i32lane" , " DUP4s" );
695697 case_default (" DUPv2i64gpr" , " DUP2dx" );
696698 case_default (" ADDv8i8" , " ADD8b" );
697699 case_default (" ADDv16i8" , " ADD16b" );
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ target_include_directories(tpde_llvm SYSTEM PUBLIC ${LLVM_INCLUDE_DIRS})
3232target_compile_definitions (tpde_llvm PUBLIC ${LLVM_DEFINITIONS} )
3333if (TPDE_LINK_LLVM_STATIC)
3434 llvm_map_components_to_libnames(TPDE_LLVM_LIBS
35- core irreader irprinter jitlink orcjit passes support bitreader bitstreamreader targetparser
35+ analysis core irreader irprinter jitlink orcjit passes support bitreader bitstreamreader targetparser
3636 )
3737 target_link_libraries (tpde_llvm PUBLIC ${TPDE_LLVM_LIBS} )
3838else ()
You can’t perform that action at this time.
0 commit comments