[PATCH] D95822: [FE][AIX] Use i8 as guard variable type in both load and store operation

Xiangling Liao via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 1 14:17:16 PST 2021


Xiangling_L created this revision.
Xiangling_L added reviewers: hubert.reinterpretcast, jasonliu, abhina.sreeskantharajan.
Herald added a subscriber: jfb.
Xiangling_L requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

For static init, use i8 as guard variable type in both load and store operation. And this matches XL behavior on AIX.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95822

Files:
  clang/lib/CodeGen/ItaniumCXXABI.cpp
  clang/test/CodeGenCXX/aix-static-init-temp-spec-and-inline-var.cpp
  clang/test/CodeGenCXX/aix-static-init.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95822.320597.patch
Type: text/x-patch
Size: 5183 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210201/9d7a5156/attachment-0001.bin>


More information about the cfe-commits mailing list