[PATCH] D23144: Add instruction_count MD to imported functions

Piotr Padlewski via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 4 14:21:46 PDT 2016


Prazek marked 7 inline comments as done.

================
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]]
 
----------------
tejohnson wrote:
> Check for !instructions_count here and elsewhere?
Can I don't match for the count?


https://reviews.llvm.org/D23144





More information about the llvm-commits mailing list