[LLVMdev] Shrink Wrap for ARM architecture?
mcrosier at codeaurora.org
mcrosier at codeaurora.org
Wed Oct 30 14:10:22 PDT 2013
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
More information about the llvm-dev
mailing list