[all-commits] [llvm/llvm-project] b75938: [MemorySSA] Add verification levels to MemorySSA. ...
Alina Sbirlea via All-commits
all-commits at lists.llvm.org
Wed Sep 15 11:11:07 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b759381b7515fc60ae41b78f162bab38bafa6baa
https://github.com/llvm/llvm-project/commit/b759381b7515fc60ae41b78f162bab38bafa6baa
Author: Alina Sbirlea <asbirlea at google.com>
Date: 2021-09-15 (Wed, 15 Sep 2021)
Changed paths:
M llvm/include/llvm/Analysis/MemorySSA.h
M llvm/lib/Analysis/MemorySSA.cpp
Log Message:
-----------
[MemorySSA] Add verification levels to MemorySSA. [NFC]
Add two levels of verification for MemorySSA: Fast and Full.
The defaults are kept the same. Full verification always occurs under
EXPENSIVE_CHECKS, but now it can also be requested in a specific pass for
debugging purposes.
More information about the All-commits
mailing list