On the e500, mfocrf is an illegal instruction.
Removing the FeatureMFOCRF from the ProcessorModel, disables it's default use for -mcpu=e500mc.
Add a testcase to verify the mfocrf insn is not used on the e500
Differential D13284
[ PowerPC ] Remove FeatureMFOCRF from the e500mc ProcessorModel. trixirt on Sep 30 2015, 5:35 AM. Authored by
Details
On the e500, mfocrf is an illegal instruction. Add a testcase to verify the mfocrf insn is not used on the e500
Diff Detail Event TimelineComment Actions A testcase distilled from the original problem.
Comment Actions Since it has been a month between reviews, I have moved onto other things. Comment Actions We're all very busy. I can adjust the test case for you when I get an extra few minutes. |
New tests must use FileCheck, not grep.