ARM writeback vs. stride operands for VST/VLD.
authorJim Grosbach <grosbach@apple.com>
Mon, 31 Oct 2011 19:11:23 +0000 (19:11 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 31 Oct 2011 19:11:23 +0000 (19:11 +0000)
commitf9f5a765adf8465530fe1aced6455ca9438bb29a
tree439fb9cc47cf7422d89fb402ecd2d88d36ab318a
parent5e6d54806570db81bbc8bdb480ce049f4bad05cc
ARM writeback vs. stride operands for VST/VLD.

The _fixed variants have a writeback operand, but not a stride operand.
Split the conditional flag to distinguish the cases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143356 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMExpandPseudoInsts.cpp