[llvm-commits] [llvm] r150250 - in /llvm/trunk: lib/Transforms/Vectorize/BBVectorize.cpp test/Transforms/BBVectorize/func-alias.ll
Duncan Sands
baldrick at free.fr
Fri Feb 10 10:31:13 PST 2012
> This allows BBVectorize to check the "unknown instruction" list in the
> alias sets. This is important to prevent instruction fusing from reordering
> function calls. Resolves PR11920.
It does indeed - the vectorized aermod now executes correctly. Thanks for
fixing this!
Ciao, Duncan.
More information about the llvm-commits
mailing list