While converting one of the operands to a memory operand, we need to check if it...
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Tue, 22 Dec 2009 14:25:37 +0000 (14:25 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Tue, 22 Dec 2009 14:25:37 +0000 (14:25 +0000)
commit66500208a557f082453d138bf7c30e0c9edfa0a5
treef53bf63389a8d674d5dab7fe217a1d37d287e25b
parenta1aa8bba77c5cf2ba164846764ece7d2bd32778a
While converting one of the operands to a memory operand, we need to check if it is Legal and does not result into a cyclic dep.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91904 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PIC16/PIC16ISelDAGToDAG.h
lib/Target/PIC16/PIC16ISelLowering.cpp
lib/Target/PIC16/PIC16ISelLowering.h
test/CodeGen/PIC16/C16-49.ll [new file with mode: 0644]