[llvm-dev] postindexed load/store
via llvm-dev
llvm-dev at lists.llvm.org
Sun Dec 25 22:34:40 PST 2016
hello,
I read that you do implement these operations in your backend some time ago. (http://llvm.1065342.n5.nabble.com/llvm-dev-Questions-about-load-store-incrementing-address-modes-td87577.html).
The DAGCombiner::CombineToPostIndexedLoadStore(SDNode *N) function never works for me.
Can you show me a code fragment in C which is translated into pre/post dec/inc load/store? Then I will be able to experiment with msp430 (there seems to have the processing of such cases).
Or may be I can look at your backend?
_____________________________________
Sent from http://llvm.1065342.n5.nabble.com
More information about the llvm-dev
mailing list