[PATCH] D8705: ScheduleDAGInstrs::buildSchedGraph() handling of memory dependecies rewritten.

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 1 04:21:06 PST 2016


hfinkel added inline comments.

================
Comment at: test/CodeGen/PowerPC/vsx-fma-m.ll:2
@@ +1,3 @@
+; RUN-disabled: llc < %s -mcpu=pwr7 -mattr=+vsx | FileCheck %s
+; RUN-disabled: llc < %s -mcpu=pwr7 -mattr=+vsx -fast-isel -O0 | FileCheck -check-prefix=CHECK-FISL %s
+; RUN: true
----------------
You can disable tests by just adding:
  ; XFAIL: *

you don't need to change the run lines. It looks like we'll just need to fixup the register numbers in some of these.



http://reviews.llvm.org/D8705





More information about the llvm-commits mailing list