Treat PPCISD::STFIWX like the memory opcode that it is
authorHal Finkel <hfinkel@anl.gov>
Mon, 1 Apr 2013 15:37:53 +0000 (15:37 +0000)
committerHal Finkel <hfinkel@anl.gov>
Mon, 1 Apr 2013 15:37:53 +0000 (15:37 +0000)
commitf170cc9b2eb98efee40ee22cff6bcf401c209b00
treea938b93c99e40bee624da21beec2bc8a174132cd
parent0857a6fd3397c442dc4dc150a222b0be911f9b5e
Treat PPCISD::STFIWX like the memory opcode that it is

PPCISD::STFIWX is really a memory opcode, and so it should come after
FIRST_TARGET_MEMORY_OPCODE, and we should use DAG.getMemIntrinsicNode to create
nodes using it.

No functionality change intended (although there could be optimization benefits
from preserving the MMO information).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178468 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h