[PATCH] D39670: [AMDGPU] Fix pointer info for pseudo source for r600
    Jan Sjödin via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Nov  7 09:38:09 PST 2017
    
    
  
jsjodin added inline comments.
================
Comment at: lib/Target/AMDGPU/R600InstrInfo.cpp:1511
+  }
+  llvm_unreachable("Invalid pseudo source kind");
+}
----------------
I think you will need a return at the end of the function because I remember seeing some warnings on some buildbots. You can double check. Otherwise it looks good to me.
https://reviews.llvm.org/D39670
    
    
More information about the llvm-commits
mailing list