> You change "VF" constraint as "TARGET_ZVFH" which is incorrect since > we a lot of instructions are valid in "TARGET_ZVFHMIN" in vector.md > but you disabled them in this patch. You disabled them unexpectedly.
Yes that was kind of the point :) IMHO all the :VF insns are actually only valid in a TARGET_ZVFH setting with the exception of pred_broadcast which I changed to VF_ZVFHMIN (vfmv.v.f and vfmv.s.f will be "masked out" by the "enabled" attribute). Now I'm not saying I might have missed/mixed up some insns in this patch but e.g. the binops/unops shouldn't be enabled (and their alternatives are already disabled as of now). What are the many instructions that are valid in TARGET_ZVFHMIN? Regards Robin