Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
- Address review comments
clang/lib/CodeGen/CGBuiltin.cpp | ||
---|---|---|
2195 ↗ | (On Diff #79370) | __readfsdword is a Windows intrinsic which returns an unsigned long, which always has size/alignment 4 on Windows. But now that I think about it I suppose we can get here on other platforms with MS extensions enabled, so I've changed this to query the alignment. |
clang/lib/CodeGen/CGBuilder.h | ||
---|---|---|
126 ↗ | (On Diff #79436) | We still have CreateDefaultAlignedStore though. |
clang/lib/CodeGen/CGBuilder.h | ||
---|---|---|
126 ↗ | (On Diff #79436) | Oh, yes, of course. In that case, this LGTM. |