I know nothing about this pass, but here are a few comments.
> Does anyone know if the shrink wrap pass works for ARM architecture?
First, how are you invoking it?
Looks to be a command line option, so -mllvm -shrink-wrap should enable
it. Assuming you have a Debug build, you can see the debug output using
-debug-only=shrink-wrap.
> I tried it seems not working. Which architecture shrink warp was
> originally designed for?
AFAICT, the implementation is target independent.
Chad
_______________________________________________
LLVM Developers mailing list
LLV...@cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev