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

Alina Sbirlea via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 29 09:27:02 PDT 2016


asbirlea added a comment.

It does both as far as I know. Add a pass => it'll add that. Add an optimization level => it'll use the builder, and then the -enable flag has meaning.


Repository:
  rL LLVM

https://reviews.llvm.org/D22639





More information about the llvm-commits mailing list