[PATCH] D153103: [m68k] Fix incorrect handling of TLS when matching addressing mode.
    Min-Yih Hsu via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jun 19 13:02:30 PDT 2023
    
    
  
myhsu added a comment.
Overall looks good. Though please address the inline comments.
================
Comment at: llvm/lib/Target/M68k/M68kISelDAGToDAG.cpp:504
+
+  case ISD::TargetGlobalTLSAddress:
+    GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(N);
----------------
please add curly braces around this `case`
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153103/new/
https://reviews.llvm.org/D153103
    
    
More information about the llvm-commits
mailing list