Building the testsuite with the generic target (z10) revealed missing checks for vector support in combineFP_ROUND() and combineFP_EXTEND().
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This failed to pass the machine verifier in http://green.lab.llvm.org/green/job/clang-stage1-cmake-RA-expensive/13579/.
It can be reproduced by adding -verify-machineinstrs to the llc invocation in test/CodeGen/SystemZ/fp-conv-18.mir.
I reverted this in rL354096.
Thanks!