There are quite a few if statements that enumerate all these cases. It gets
even worse in our fork of LLVM where we also have a Triple::cheri (which
is mips64 + CHERI instructions) and we had to update all if statements that
check for Triple::mips64 to also handle Triple::cheri. This patch helps to
reduce our diff to upstream and should also make some checks more readable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp | ||
---|---|---|
31 ↗ | (On Diff #152686) | Do you mean that we need to handle isMIPS64() case here? If so, in that case we satisfied by default values of PrivateGlobalPrefix and PrivateLocalPrefix. |
Comment Actions
Remove old comment
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp | ||
---|---|---|
31 ↗ | (On Diff #152686) | Sorry, that was a stale comment, will remove. |