Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
llvm.7809
backport-llvm-r236430
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File backport-llvm-r236430 of Package llvm.7809
------------------------------------------------------------------------ r236430 | uweigand | 2015-05-04 19:39:40 +0200 (Mon, 04 May 2015) | 7 lines [SystemZ] Fix getTargetNodeName It seems SystemZTargetLowering::getTargetNodeName got out of sync with some recent changes to the SystemZISD opcode list. Add back all the missing opcodes (and re-sort to the same order as SystemISelLowering.h). ------------------------------------------------------------------------ Index: lib/Target/SystemZ/SystemZISelLowering.cpp =================================================================== --- lib/Target/SystemZ/SystemZISelLowering.cpp.orig +++ lib/Target/SystemZ/SystemZISelLowering.cpp @@ -2781,6 +2781,8 @@ const char *SystemZTargetLowering::getTa OPCODE(RET_FLAG); OPCODE(CALL); OPCODE(SIBCALL); + OPCODE(TLS_GDCALL); + OPCODE(TLS_LDCALL); OPCODE(PCREL_WRAPPER); OPCODE(PCREL_OFFSET); OPCODE(IABS); @@ -2791,7 +2793,9 @@ const char *SystemZTargetLowering::getTa OPCODE(SELECT_CCMASK); OPCODE(ADJDYNALLOC); OPCODE(EXTRACT_ACCESS); + OPCODE(POPCNT); OPCODE(UMUL_LOHI64); + OPCODE(SDIVREM32); OPCODE(SDIVREM64); OPCODE(UDIVREM32); OPCODE(UDIVREM64); @@ -2805,8 +2809,8 @@ const char *SystemZTargetLowering::getTa OPCODE(XC_LOOP); OPCODE(CLC); OPCODE(CLC_LOOP); - OPCODE(STRCMP); OPCODE(STPCPY); + OPCODE(STRCMP); OPCODE(SEARCH_STRING); OPCODE(IPM); OPCODE(SERIALIZE);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor