[PATCH] D18048: [AArch64] Enable more load clustering in the MI Scheduler.

Geoff Berry via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 16 10:10:51 PDT 2016


gberry added inline comments.

================
Comment at: test/CodeGen/AArch64/arm64-ldp-cluster.ll:3
@@ +2,3 @@
+; RUN: llc < %s -mtriple=arm64-linux-gnu -mcpu=cortex-a57 -verify-misched -debug-only=misched -o - 2>&1 > /dev/null | FileCheck %s
+
+; Test ldpsw clustering
----------------
Perhaps you should add some CHECK statements to verify that the loads you are interested in correspond to the SU nodes you are checking?


http://reviews.llvm.org/D18048





More information about the llvm-commits mailing list