[PATCH] D18048: [AArch64] Enable more load clustering in the MI Scheduler.
    Geoff Berry via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Mar 17 14:07:51 PDT 2016
    
    
  
gberry added a comment.
This looks good to me now
================
Comment at: lib/Target/AArch64/AArch64InstrInfo.cpp:1528
@@ +1527,3 @@
+    return false;
+  case AArch64::LDRWui:
+  case AArch64::LDURWi:
----------------
mcrosier wrote:
> Shall I file a bug or something?
Sure.  I think we should track this along with the narrow load merging issue.
http://reviews.llvm.org/D18048
    
    
More information about the llvm-commits
mailing list