1 ; RUN: opt %s -passes=early-cse -S | FileCheck %s
5 %0 = tail call ptr @llvm.dx.create.handle(i8 1)
6 %1 = tail call ptr @llvm.dx.create.handle(i8 1)
10 ; Function Attrs: mustprogress nounwind willreturn
11 declare ptr @llvm.dx.create.handle(i8) #0
13 attributes #0 = { mustprogress nounwind willreturn }
15 ; CSE needs to leave this alone
16 ; CHECK: %0 = tail call ptr @llvm.dx.create.handle(i8 1)
17 ; CHECK: %1 = tail call ptr @llvm.dx.create.handle(i8 1)