[PATCH] D23144: Add instruction_count MD to imported functions

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 4 15:04:13 PDT 2016


tejohnson accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: test/Transforms/FunctionImport/funcimport.ll:70
@@ -69,3 +69,3 @@
 ; INSTLIMDEF-DAG: Import globalfunc1
-; CHECK-DAG: define available_externally void @globalfunc1() !thinlto_src_module !0
+; CHECK-DAG: define available_externally void @globalfunc1() !thinlto_src_module ![[MOD]]
 
----------------
Prazek wrote:
> tejohnson wrote:
> > Check for !instructions_count here and elsewhere?
> Can I don't match for the count?
Yeah that's fine


https://reviews.llvm.org/D23144





More information about the llvm-commits mailing list