The goal is to use emitConstant in more places. Didn't move
ComplexExprEmitter::emitConstant because it returns a different type.
Details
Details
- Reviewers
rjmccall ahatanak - Commits
- rGef1899b01d32: [CodeGen] Move `emitConstant` from ScalarExprEmitter to CodeGenFunction. NFC.
rC345897: [CodeGen] Move `emitConstant` from ScalarExprEmitter to CodeGenFunction. NFC.
rL345897: [CodeGen] Move `emitConstant` from ScalarExprEmitter to CodeGenFunction. NFC.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Agree. I've just capitalized 'e' as it looks like the majority of Emit... methods are capitalized that way.
Comment Actions
Well, that's the old style, but we've been slowly moving to the camelCase style instead. Very, very slowly. I won't hold up your patch over it.
Comment Actions
Can you please check https://reviews.llvm.org/D53674 ? It builds on top of this change and I plan to commit them together.