[all-commits] [llvm/llvm-project] ad9c28: [Attributor][NFC] Run the verifier only on functio...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Wed Apr 15 22:57:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ad9c284cc3186f9ca603b1a99a0723b45a07ba09
https://github.com/llvm/llvm-project/commit/ad9c284cc3186f9ca603b1a99a0723b45a07ba09
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
Log Message:
-----------
[Attributor][NFC] Run the verifier only on functions and under EXPENSIVE_CHECKS
Running the verifier is expensive so we want to avoid it even in runs
that enable assertions. As we move closer to enabling the Attributor
this code will be executed by some buildbots but not cause overhead for
most people.
More information about the All-commits
mailing list