Old PM runs SpeculativeExecutionPass for targets that have divergent branches.
It uses createSpeculativeExecutionIfHasBranchDivergencePass that creates
the pass with OnlyIfDivergentTarget=true, whereas new PM just created the
pass with default OnlyIfDivergentTarget=fase so it unexpectedly runs and
causes buildbot test fails.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo