[PATCH] D13284: [ PowerPC ] Remove FeatureMFOCRF from the e500mc ProcessorModel.

hfinkel@anl.gov via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 20:30:40 PDT 2015


hfinkel added inline comments.

================
Comment at: test/CodeGen/PowerPC/e500-1.ll:5
@@ +4,3 @@
+; RUN: llc < %s -mcpu=e500mc -O 0 -o %t
+; RUN: not grep mfocrf %t
+; RUN: llc < %s -mcpu=e500mc -mattr=+mfocrf -O 0 -o %t
----------------
New tests must use FileCheck, not grep.


http://reviews.llvm.org/D13284





More information about the llvm-commits mailing list