[PATCH] D110692: [AMDGPU] Enable machine verification after AMDGPUISelDAGToDAG
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 29 10:50:48 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf9b68304a22e: [AMDGPU] Enable machine verification after AMDGPUISelDAGToDAG (authored by foad).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110692/new/
https://reviews.llvm.org/D110692
Files:
llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
Index: llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
===================================================================
--- llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
+++ llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
@@ -1020,8 +1020,7 @@
}
bool AMDGPUPassConfig::addInstSelector() {
- // Defer the verifier until FinalizeISel.
- addPass(createAMDGPUISelDag(&getAMDGPUTargetMachine(), getOptLevel()), false);
+ addPass(createAMDGPUISelDag(&getAMDGPUTargetMachine(), getOptLevel()));
return false;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110692.375961.patch
Type: text/x-patch
Size: 519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210929/41baae2a/attachment.bin>
More information about the llvm-commits
mailing list