[PATCH] D19268: [DAGCombiner] Do not remove the load of stored values when optimizations are disabled

Quentin Colombet via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 10:09:59 PDT 2016


qcolombet added inline comments.


================
Comment at: test/CodeGen/ARM/dag-combine-ldst.ll:2
+; RUN: llc < %s -mtriple=arm-eabi -mattr=+v4t -O0 | FileCheck %s -check-prefix=CHECK_O0
+; RUN: llc < %s -mtriple=arm-eabi -mattr=+v4t -O1 | FileCheck %s -check-prefix=CHECK_O1
+
----------------
You'll need to add -check-prefix=CHECK as well, otherwise the "plain" CHECK lines won't be checked.


https://reviews.llvm.org/D19268





More information about the llvm-commits mailing list