I've done what I can on my own to figure out what to use with Xcode/clang on the iMac Pro for hardware-specific optimization, but there isn't much information.
From sysctl(8) I know it's Family 0x06, Model 0x55, Stepping 0x04 (the 18 core 2.3 GHz aka "W-2191 B"), which is apparently "-march=skylake-avx512", but there aren't any built-in options to set that or something similar directly in Xcode.
Is there more to tune?