Properly insert and remove ENDLOOP0 in HexagonInstrInfo.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Minor style comment. Otherwise looks good.
lib/Target/Hexagon/HexagonInstrInfo.cpp | ||
---|---|---|
326–329 | LLVM style generally does not indent the case labels. Do you think that these switches are really more readable? They seem a lot longer... |
Comment Actions
To me they do look more readable, but I've been writing them like that for a long time. I'll keep the LLVM style in mind next time.
lib/Target/Hexagon/HexagonInstrInfo.cpp | ||
---|---|---|
326–329 | Lack of phabricator skill. I replied in the top-level comments instead of here. |
LLVM style generally does not indent the case labels.
Do you think that these switches are really more readable? They seem a lot longer...