[PATCH] D77424: [XCOFF][AIX] Relocation support for SymB
    Hubert Tong via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Apr 12 20:50:56 PDT 2020
    
    
  
hubert.reinterpretcast accepted this revision.
hubert.reinterpretcast added a comment.
This revision is now accepted and ready to land.
LGTM with a request for more input.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-reloc-symb.ll:38
+  %0 = load i32, i32* %rc.addr, align 4
+  switch i32 %0, label %sw.default [
+    i32 0, label %sw.bb
----------------
I'd like a second opinion over whether this is too high-level.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77424/new/
https://reviews.llvm.org/D77424
    
    
More information about the llvm-commits
mailing list