the patch is based on Jason Liu's implement of Adding read-only data assembly writing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll | ||
---|---|---|
52 | Please remove this extra blank line. |
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | ||
---|---|---|
1752 | The extra parenthesis around this expression are unnecessary |
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | ||
---|---|---|
1752 | deleted the parenthesis of (GVKind.isMergeableCString() || GVKind.isMergeableConst()) , I prefer to keep the parenthesis of (!GVKind.isCommon() && !GVKind.isBSS() && !GVKind.isData() && !GVKind.isReadOnly()) for readable reason. | |
llvm/test/CodeGen/PowerPC/aix-xcoff-rodata.ll | ||
52 | deleted ,thanks |
The extra parenthesis around this expression are unnecessary