[AVX-512] Integrate mask register copying more completely into X86InstrInfo::copyPhys...
authorCraig Topper <craig.topper@gmail.com>
Mon, 5 Sep 2016 20:34:50 +0000 (20:34 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 5 Sep 2016 20:34:50 +0000 (20:34 +0000)
commit93f7b5699b913f5a09f89d338d94c2051fd6e259
treefe8f93985e9f67c0d7a082144968df45b67cb2dd
parentc6d1a730a6a8a3b0b3983ec769830b455e0f80b0
[AVX-512] Integrate mask register copying more completely into X86InstrInfo::copyPhysReg and simplify. No functional change intended.

The code is now written in terms of source and dest classes with feature checks inside each type of copy instead of having separate functions for each feature set.

llvm-svn: 280673
llvm/lib/Target/X86/X86InstrInfo.cpp