Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/tbaa-reference.cpp | ||
---|---|---|
1 ↗ | (On Diff #119816) | Changes for this test look somewhat complicated, so here's a short summary:
|
lib/CodeGen/CGExpr.cpp | ||
---|---|---|
2171 ↗ | (On Diff #119816) | "Pointee" would be better than "Referencee", please. Should this just take an LValue? The first five arguments here are basically an LValue. |
Comment Actions
- Referencee's renamed to pointee's.
- EmitLoadOfReference() and EmitLoadOfReferenceLValue() reworked to take reference lvalues.
lib/CodeGen/CGOpenMPRuntime.cpp | ||
---|---|---|
1041 ↗ | (On Diff #120428) | Oh-oh, it looks I do something not functionally equivalent here. Sorry, will update in a moment. |
Comment Actions
- Fixed the type of the reference lvalue in loadToBegin().
John, can you please review the fix? Thanks.