[LLVMdev] pb05 results for current llvm/dragonegg

Duncan Sands baldrick at free.fr
Wed Apr 4 08:00:05 PDT 2012


Hi Jack,

> Duncan, any idea how to work around that for passing -bb-vectorize-req-chain-depth=3?

it is being rejected by GCC's plugin options parser.  I just implemented a hack
in dragonegg in which colons will be morphed into equals signs.  So you should
now be able to pass -bb-vectorize-req-chain-depth:3 and have it work.

Ciao, Duncan.



More information about the llvm-dev mailing list