[PATCH] D79107: Addressing a very strict assert check in CostAnnotationWriter::emitInstructionAnnot

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 15:07:33 PDT 2020


MaskRay added a comment.

Please include in the description of the revert commit why it was reverted.



================
Comment at: llvm/test/Transforms/Inline/print-instructions-deltas-unfinished.ll:1
+; RUN: opt < %s -inline -debug-only=inline-cost -disable-output -print-instruction-deltas -inline-threshold=0 2>&1 | FileCheck %s
+
----------------
Add a file-level comment about the purpose of the test.


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

https://reviews.llvm.org/D79107





More information about the llvm-commits mailing list