[PATCH] D52846: [AMDGPU] Add FixupVectorISel pass, currently Supports SREGs in GLOBAL LD/ST
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Oct  9 19:15:08 PDT 2018
    
    
  
arsenm added inline comments.
================
Comment at: lib/Target/AMDGPU/SIFixupVectorISel.cpp:190
+    MI.eraseFromParent();
+    LLVM_DEBUG(dbgs() << "New Global Mem " << *NewGlob << '\n');
+  }
----------------
This is probably just noise for general debugging 
https://reviews.llvm.org/D52846
    
    
More information about the llvm-commits
mailing list