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

trix via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 11:22:46 PST 2015


Since it has been a month between reviews, I have moved onto other things.
I would hope that this change would not get stuck on the semantics of 
the testcase.
The e500 is broken without this change.
Tom

On 10/27/2015 08:30 PM, hfinkel at anl.gov wrote:
> 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