1 ; RUN: opt -S -passes=early-cse -earlycse-debug-hash < %s | FileCheck %s
3 ; This test isn't directly related to EarlyCSE or varargs. It is just
4 ; using these as a vehicle for testing the correctness of
5 ; haveSameSpecialState around operand bundles.
12 ; CHECK: %v0 = call i32 (...) @foo(
13 ; CHECK: %v1 = call i32 (...) @foo(
14 ; CHECK: %v = add i32 %v0, %v1
17 %v0 = call i32 (...) @foo(i32 10) readonly [ "foo"(i32 20) ]
18 %v1 = call i32 (...) @foo() readonly [ "foo"(i32 10, i32 20) ]