[PATCH] D23033: [PM] Port SpeculativeExecution to new PM

Michael Kuperstein via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 13:53:54 PDT 2016


mkuper created this revision.
mkuper added reviewers: silvas, davide.
mkuper added a subscriber: llvm-commits.

I'm a bit annoyed at having to keep a OnlyIfDivergentTarget variable in the legacy pass only because it changes the name of the class, but the other option is to query Impl for that - and I prefer a hack in the legacy version to a hack in the new version.

https://reviews.llvm.org/D23033

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Scalar/SpeculativeExecution.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/Scalar/Scalar.cpp
  lib/Transforms/Scalar/SpeculativeExecution.cpp
  test/Transforms/SpeculativeExecution/spec.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23033.66375.patch
Type: text/x-patch
Size: 12146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160801/ba7d9194/attachment.bin>


More information about the llvm-commits mailing list