[PATCH] D86589: (Expensive) Check for Loop, SCC and Region pass return status

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 06:24:37 PDT 2020


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/include/llvm/IR/StructuralHash.h:2
+//===- llvm/IR/StructuralHash.h - Hash Function & Module for expensive checks
+//--*- C++ -*-===//
+//
----------------
Nit: ^


================
Comment at: llvm/lib/IR/StructuralHash.cpp:2
+//===-- StructuralHash.cpp - Hash Function & Module for expensive checks
+//----------===//
+//
----------------
Nit ^


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86589/new/

https://reviews.llvm.org/D86589



More information about the llvm-commits mailing list