]> granicus.if.org Git - clang/commit
[X86] Add 'movbe' to btver2 CPU.
authorCraig Topper <craig.topper@intel.com>
Fri, 14 Jul 2017 06:36:17 +0000 (06:36 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 14 Jul 2017 06:36:17 +0000 (06:36 +0000)
commit655f74219d46484a8df5be7b18a05dab8a8a4275
tree61c329d262add52ddf240309ca5f8a08914c09f5
parent96993acdc9fe60fcfcaf6fe903c1604ed3a2fc03
[X86] Add 'movbe' to btver2 CPU.

This probably doesn't change anything because the frotend doesn't do anything with this feature and the backend will infer from the cpu string. So this is just for consistency with other cpus that support movbe.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308002 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp