[all-commits] [llvm/llvm-project] 3f376e: [PowerPC] Enable machine verification for 3 passes
Zhang Kang via All-commits
all-commits at lists.llvm.org
Wed May 20 02:41:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3f376ecad07df39115077fc8a153a2c15c5b4236
https://github.com/llvm/llvm-project/commit/3f376ecad07df39115077fc8a153a2c15c5b4236
Author: Kang Zhang <shkzhang at cn.ibm.com>
Date: 2020-05-20 (Wed, 20 May 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
Log Message:
-----------
[PowerPC] Enable machine verification for 3 passes
Summary:
For PowerPC, there are 3 passes has disabled the machine verification.
```
PPCTargetMachine.cpp: addPass(&LiveVariablesID, false);
PPCTargetMachine.cpp: addPass(createPPCEarlyReturnPass(), false);
PPCTargetMachine.cpp: addPass(createPPCBranchSelectionPass(), false);
```
This patch is to enable machine verification for above three passes.
Reviewed By: steven.zhang
Differential Revision: https://reviews.llvm.org/D79840
More information about the All-commits
mailing list