Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 7506 Build 7506: arc lint + arc unit
Event Timeline
Comment Actions
LGTM, with minor nits. Feel free to wait for additional feedback on the coding style, if you prefer.
lib/Target/AArch64/AArch64TargetTransformInfo.cpp | ||
---|---|---|
24 | grumble: I wish the coding guidelines would choose a preference for either Disable/cl::init(false) or Enable/cl::init(true) for features controlled by command line options. I feel like the latter is more readable and occurs more frequently in the code base, but that might just be my opinion. Change if you agree, but don't feel obligated. | |
658 | I suggest we refactor this into a helper function, so it's easier to delineate the Falkor specific logic. |
grumble: I wish the coding guidelines would choose a preference for either Disable/cl::init(false) or Enable/cl::init(true) for features controlled by command line options. I feel like the latter is more readable and occurs more frequently in the code base, but that might just be my opinion. Change if you agree, but don't feel obligated.