Remove InstructionCombining and its related pass from sample pgo passes as we can...
authorDehao Chen <dehao@google.com>
Mon, 19 Sep 2016 16:02:52 +0000 (16:02 +0000)
committerDehao Chen <dehao@google.com>
Mon, 19 Sep 2016 16:02:52 +0000 (16:02 +0000)
commitdd6f8cab08f9f383c12319e5388b22ed77c66ff1
tree96d8f294a6bf90586322a566050703d81fc12a1c
parent130a190bf08a3d955d9db24dac936159dc049e12
Remove InstructionCombining and its related pass from sample pgo passes as we can handle "invoke" correctly.

Summary: We previously relies on InstructionCombining pass to remove invoke instructions. Now that we can inline invoke instructions correctly, we do not need these passes any more.

Reviewers: dnovillo

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D24730

llvm-svn: 281910
clang/lib/CodeGen/BackendUtil.cpp
clang/test/CodeGen/pgo-sample.c