[X86] Rearrange code in X86InstrInfo.cpp to put all the foldMemoryOperandImpl...
[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. llvm-svn: 316883
Loading
Please register or sign in to comment