Displaying 2 results from an estimated 2 matches for "tls_call".
Did you mean:
cl_call
2018 Sep 06
3
Did anything weird happen to the git monorepo?
Hi,
I got a forced update when pulling today. If I merge master to a local
branch, I get a bunch of add/add conflicts.
This same commit exists under several hashes:
https://github.com/llvm-project/llvm-project-20170507/commit/687841777ef505
https://github.com/llvm-project/llvm-project-20170507/commit/74725885552
Did someone push -f to the monorepo after doing branch surgery?
Maybe there was a
2016 Apr 27
2
[Sparc] builtin setjmp / longjmp - need help to get past last problem
...ISD::RET_FLAG";
case SPISD::GLOBAL_BASE_REG: return "SPISD::GLOBAL_BASE_REG";
! case SPISD::FLUSHW: return "SPISD::FLUSHW";
! case SPISD::TLS_ADD: return "SPISD::TLS_ADD";
! case SPISD::TLS_LD: return "SPISD::TLS_LD";
! case SPISD::TLS_CALL: return "SPISD::TLS_CALL";
}
return nullptr;
}
--- 1811,1840 ----
const char *SparcTargetLowering::getTargetNodeName(unsigned Opcode) const {
switch ((SPISD::NodeType)Opcode) {
! case SPISD::FIRST_NUMBER: break;
! case SPISD::CMPICC: return "SPISD::...