[LLVMdev] [RFC] Removing BBVectorize?

Das, Dibyendu Dibyendu.Das at amd.com
Thu Nov 27 22:50:56 PST 2014


Hal-
A few months back when I ran spec cpu2006 (int) I did see some small uplifts for a few benchmarks using -vectorize-slp-aggressive (bb vec) but also ran into a failure with one of the bms. May not be reason enough to keep it around, though.

-dibyendu

-----Original Message-----
From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Hal Finkel
Sent: Friday, November 28, 2014 10:40 AM
To: LLVM Developers Mailing List
Cc: Tobias Grosser
Subject: [LLVMdev] [RFC] Removing BBVectorize?

Hi Everyone,

I propose that we remove BBVectorize from trunk. Here's why:

 - It never made it from "interesting experiment" to "production quality" (it is not part of any in-tree optimization pipeline).

 - We now have an SLP vectorizer that we do use in production, had have for some time.

 - BBVectorize otherwise needs refactoring, and the implementation has lots of cutoffs (because the underlying algorithm is asymptotically expensive).

 - It has bugs (the way it tracks anti-dependencies from calls, for example, is broken: PR20600).

In short, while BBVectorize was useful when it was added, it is unclear to me whether or not its continuing presence outweighs the ongoing maintenance costs and resulting user confusion (I still occasionally see users turning it on when they likely would be happier with the SLP vectorizer instead).

So, if you're using it and would like it to stay, please speak up! Also, BBVectorize has an API. Is anyone using it?

Thanks again (and happy Thanksgiving),
Hal

-- 
Hal Finkel
Assistant Computational Scientist
Leadership Computing Facility
Argonne National Laboratory
_______________________________________________
LLVM Developers mailing list
LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list