[PATCH] D37370: ModuleSummaryAnalysis: Correctly handle refs from function inline asm to module inline asm.
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 1 07:07:32 PDT 2017
tejohnson accepted this revision.
tejohnson added a comment.
This revision is now accepted and ready to land.
LGTM too other than test target dependent issue Mehdi pointed out.
================
Comment at: llvm/test/Bitcode/thinlto-asm-noimport.ll:2
+; RUN: opt -module-summary -o %t %s
+; RUN: llvm-bcanalyzer -dump %t | FileCheck %s
+
----------------
mehdi_amini wrote:
> Is llvm-bcanalyzer *still* our only / preferred way of testing? :(
Sadly, yes. =(
https://reviews.llvm.org/D37370
More information about the llvm-commits
mailing list