annotate llvm/test/CodeGen/AMDGPU/div_i128.ll @ 206:f17a3b42b08b

Added tag before-12 for changeset b7591485f4cd
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 07 Jun 2021 21:25:57 +0900
parents 0572611fdcc8
children 2e18cbf3894f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
173
0572611fdcc8 reorgnization done
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
1 ; RUN: not --crash llc -mtriple=amdgcn-amd-amdhsa -verify-machineinstrs -o - %s 2>&1 | FileCheck %s
150
anatofuz
parents:
diff changeset
2
anatofuz
parents:
diff changeset
3 ; CHECK: LLVM ERROR: unsupported libcall legalization
anatofuz
parents:
diff changeset
4 define i128 @v_sdiv_i128_vv(i128 %lhs, i128 %rhs) {
anatofuz
parents:
diff changeset
5 %shl = sdiv i128 %lhs, %rhs
anatofuz
parents:
diff changeset
6 ret i128 %shl
anatofuz
parents:
diff changeset
7 }