Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
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 ↗ | (On Diff #103638) | 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 ↗ | (On Diff #103638) | I suggest we refactor this into a helper function, so it's easier to delineate the Falkor specific logic. |