Following up https://reviews.llvm.org/D87337 . This patch add the driver support with the flag -fprofile-omit-cold-opt=<percentage> and a shorthand -fprofile-omit-cold-opt that is equal to "-fprofile-omit-cold-opt=0"
authors: myhsu, probinson, and edd
Following discussions in the mailing list, I'm wondering if we want to join the optsize and optnone implementations into one flag.