[PATCH] D144189: [AIX][CodeGen] Storage Locations for Constant Pointers
    Qiongsi Wu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Mar  6 08:06:16 PST 2023
    
    
  
qiongsiwu1 updated this revision to Diff 502658.
qiongsiwu1 added a comment.
Updating test cases to address review comments. A test for `int *const x = (int *)0x1;` is also added.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144189/new/
https://reviews.llvm.org/D144189
Files:
  llvm/docs/ReleaseNotes.rst
  llvm/include/llvm/CodeGen/CommandFlags.h
  llvm/include/llvm/Target/TargetOptions.h
  llvm/lib/CodeGen/CommandFlags.cpp
  llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  llvm/test/CodeGen/PowerPC/aix-xcoff-roptr.ll
  llvm/test/CodeGen/PowerPC/aix64-xcoff-roptr.ll
  llvm/tools/llc/llc.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144189.502658.patch
Type: text/x-patch
Size: 10167 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230306/18619ee4/attachment.bin>
    
    
More information about the llvm-commits
mailing list