[all-commits] [llvm/llvm-project] 097339: [TargetPassConfig] Enable machine verification aft...
Jay Foad via All-commits
all-commits at lists.llvm.org
Thu Oct 7 13:28:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 097339b1cadcd6c24b607355db0f4c271d8ed261
https://github.com/llvm/llvm-project/commit/097339b1cadcd6c24b607355db0f4c271d8ed261
Author: Jay Foad <jay.foad at amd.com>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
M llvm/lib/CodeGen/TargetPassConfig.cpp
Log Message:
-----------
[TargetPassConfig] Enable machine verification after miscellaneous passes
In a couple of places machine verification was disabled for no apparent
reason, probably just because an "addPass(..., false)" line was cut and
pasted from elsewhere.
After this patch the only remaining place where machine verification is
disabled in the generic TargetPassConfig code, is after addPreEmitPass.
More information about the All-commits
mailing list