[PATCH] D22918: [Loop Vectorizer] Support predication of div/rem

Matthew Simpson via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 07:48:54 PDT 2016


mssimpso added a comment.

Also, store predication is currently behind a flag that defaults to false (-enable-cond-stores-vec). Since you're reusing the store predication logic, I'm wondering if the mayDivideByZero cases should be under the flag as well. What do you think?

Matt.


https://reviews.llvm.org/D22918





More information about the llvm-commits mailing list