efriedma-quic wrote: > Gate this on FEAT_PCDPHINT so that availability matches hardware support for > the STSHH instruction.
Is this really necessary? STSHH has exactly the same semantics whether or not the target CPU supports FEAT_PCDPHINT. (It's a hint which the CPU is allowed to ignore.) https://github.com/llvm/llvm-project/pull/181386 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
