Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 1894 Build 1894: arc lint + arc unit
Event Timeline
lib/Target/AArch64/AArch64GenRegisterBankInfo.def | ||
---|---|---|
30 | I was concerned about polluting the llvm::AArch64 namespace with generic-sounding identifiers. Looking at it again, this enum isn't in line with the coding standards (enumerators should have a common prefix) and fixing that would fix this problem. I think we should prefix them all with 'PMI_' to get: PMI_None, PMI_GPR32, ... PMI_LastFPR = PMI_FPR512, PMI_Min = PMI_FirstGPR Is that ok with you? | |
79–80 | Ok. |
I'd use a shorter name: MinIdx or FirstIdx