[PATCH] D11002: CodeGenPrepare: add disablebranchopts and addrsinkusinggeps as pass options

escha escha at apple.com
Tue Jul 7 10:23:46 PDT 2015


escha added a reviewer: resistor.
escha added a subscriber: llvm-commits.

I have no idea if this is formatted/designed correctly; this is a direct patch from an out-of-tree target (I'm happy to patch it up as necessary). We needed the ability to disable these two options when calling codegenprepare from the TargetMachine, so we added them to the pass initializer, and we'd prefer if the change was upstreamed if possible.

Repository:
  rL LLVM

http://reviews.llvm.org/D11002

Files:
  include/llvm/CodeGen/Passes.h
  lib/CodeGen/CodeGenPrepare.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11002.29189.patch
Type: text/x-patch
Size: 4643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150707/836c0518/attachment.bin>


More information about the llvm-commits mailing list