[all-commits] [llvm/llvm-project] 4a02d1: [RegionInfo] Always call verifyRegion()
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Aug 11 01:45:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a02d1e77e20deab7884fa7ee84db90681c105b2
https://github.com/llvm/llvm-project/commit/4a02d1e77e20deab7884fa7ee84db90681c105b2
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-08-11 (Fri, 11 Aug 2023)
Changed paths:
M llvm/include/llvm/Analysis/RegionInfoImpl.h
Log Message:
-----------
[RegionInfo] Always call verifyRegion()
verifyRegion() itself contains a guard against the VerifyRegion
option, which is enabled by default under EXPENSIVE_CHECKS and can
be explicitly enabled using -verify-region-info.
Relative to the previous implementation this means that
-verify-region-info will now actually work by itself, instead of
requiring -debug to also be enabled.
More information about the All-commits
mailing list