commit | 5ff020a6b60454c67142a24727f18a5cb1521f66 | [log] [tgz] |
---|---|---|
author | Justin Bogner <mail@justinbogner.com> | Mon Aug 03 22:26:06 2015 +0000 |
committer | Justin Bogner <mail@justinbogner.com> | Mon Aug 03 22:26:06 2015 +0000 |
tree | 40c3d6ef1c857eeaf46f66603d2b0937421ae2ea | |
parent | 9c340ec6fdc78b1611d353e55120c9b972151e36 [diff] |
X86: Teach X86 builtins which target features they require This adds the required target feature names to x86 builtins that need particular features. Most have exactly one ("avx", "aes", etc), but some of the avx512 features have multiple requirements, eg "avx512vl,avx512bw". llvm-svn: 243908