[PATCH] D83252: [XCOFF] Enable symbol alias for AIX

Jason Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 22 07:07:53 PDT 2020


jasonliu marked an inline comment as done.
jasonliu added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-alias.ll:19
+
+ at array = global [2 x i32] [i32 1, i32 2], align 4
+ at x = global i32* bitcast (i8* getelementptr (i8, i8* bitcast ([2 x i32]* @array to i8*), i64 4) to i32*), align 4
----------------
Xiangling_L wrote:
> Remove `align 4` on #19 and #20?
As discussed offline, the `align 4` is generated by clang. It's not very intrusive and does not make the IR significantly hard to read. We could keep it here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83252





More information about the llvm-commits mailing list