OSDN Git Service

[X86] Rearrange code in X86InstrInfo.cpp to put all the foldMemoryOperandImpl methods...
authorCraig Topper <craig.topper@intel.com>
Mon, 30 Oct 2017 04:39:18 +0000 (04:39 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 30 Oct 2017 04:39:18 +0000 (04:39 +0000)
commite785b6bb1614923d773c2655accbdec7f1841afa
tree35b45317ce8c4d1040fbfba23729044f442a50b2
parent6b688917218378fc0de42e5dfd49ae0c159b8809
[X86] Rearrange code in X86InstrInfo.cpp to put all the foldMemoryOperandImpl methods together without partial/undef register handling in the middle. NFC

I have a future patch that wants to make use of the one of the partial functions in one of the earlier memory folding methods and the current ordering prevents that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316883 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.cpp