[PATCH] D71551: [AIX][XCOFF]Implement mergeable const

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 14:35:40 PST 2020


hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-const.ll:26
+;CHECK:         .csect .rodata[RO]
+;CHECK-NEXT:         .align  4
+;CHECK-NEXT: .L__const.main.cnst32:
----------------
I can't say that I fully understand the choice of alignment values, but they are reasonable.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71551/new/

https://reviews.llvm.org/D71551





More information about the llvm-commits mailing list