[llvm] [StructuralHash] Refactor (PR #112621)

Ellis Hoag via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 10:07:53 PDT 2024


================
@@ -63,6 +63,14 @@ lpad:
   resume { ptr, i32 } zeroinitializer
 }
 
+define i8 @call_with_same_range() {
+; CHECK-LABEL: @call_with_same_range
+; CHECK: tail call i8 @call_with_range
+  bitcast i8 0 to i8
+  %out = call i8 @dummy(), !range !0
+  ret i8 %out
+}
+
----------------
ellishg wrote:

Is there a particular reason we need to change the function order in this test?

https://github.com/llvm/llvm-project/pull/112621


More information about the llvm-commits mailing list