brintos

brintos / llvm-project-archived public Read only

0
0
Text · 261 B · 36091c0 Raw
9 lines · plain
1; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s2 3; CHECK-LABEL: @disjointflag_inst4define void @disjointflag_inst(i64 %arg1, i64 %arg2) {5  ; CHECK: llvm.or disjoint %{{.*}}, %{{.*}} : i646  %1 = or disjoint i64 %arg1, %arg27  ret void8}9