[PATCH] D93670: [AMDGPU][GlobalISel] GlobalISel for flat scratch
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Dec 22 06:02:49 PST 2020
    
    
  
arsenm added a comment.
Not sure what you mean by the "split"
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp:3644-3645
+
+  if (!isSGPR(SAddr))
+    return None;
+
----------------
Should hoist this up?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93670/new/
https://reviews.llvm.org/D93670
    
    
More information about the llvm-commits
mailing list