[PATCH] D22639: Add flag to PassManagerBuilder to disable GVN Hoist Pass.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 12:14:23 PDT 2016


mehdi_amini added a comment.

These kind of targetted flags on the PassManagerBuilder are really ugly (and there are too many), we should avoid this as much as possible. Can the faulty Halide test be disabled instead?


https://reviews.llvm.org/D22639





More information about the llvm-commits mailing list