[all-commits] [llvm/llvm-project] 27179b: [RemoveRedundantDebugValues] Enable machine verifi...
Jay Foad via All-commits
all-commits at lists.llvm.org
Wed Sep 29 02:44:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 27179b39f911a9d1c3e1afd1bc6f61ff5fcc8659
https://github.com/llvm/llvm-project/commit/27179b39f911a9d1c3e1afd1bc6f61ff5fcc8659
Author: Jay Foad <jay.foad at amd.com>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M llvm/lib/CodeGen/TargetPassConfig.cpp
Log Message:
-----------
[RemoveRedundantDebugValues] Enable machine verification after this pass
Machine verification after RemoveRedundantDebugValues has been disabled
since the pass was first added in D105279, but I guess this was just due
to copy-and-paste. Enabling it does not show any problems in check-llvm
in an LLVM_ENABLE_EXPENSIVE_CHECKS build.
Differential Revision: https://reviews.llvm.org/D110688
More information about the All-commits
mailing list