[PATCH] D46495: Fix assertion in FunctionComparator::cmpInlineAsm

JF Bastien via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 7 22:10:33 PDT 2018


jfb added inline comments.


================
Comment at: test/Transforms/MergeFunc/inline-asm.ll:5
+define void @float_ptr() {
+  call void asm "nop", "r"(float* null)
+  call void @stuff()
----------------
Can you add a separate test where the function types are the same, but the targets are different (i.e. not `null`)?


Repository:
  rL LLVM

https://reviews.llvm.org/D46495





More information about the llvm-commits mailing list