Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / SystemZ / undef-flag.ll
blobc385f2fd2f25472bac5640cf7c12a3341a5c0f14
1 ; Test that the backend does not mess up the I/R in case of a use of an undef
2 ; register. This typically happens while expanding a pseudo or otherwise
3 ; replacing an instruction for another.
5 ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 -verify-machineinstrs | FileCheck %s
7 ; LLCRMux
8 define void @f1(ptr) {
9 ; CHECK-LABEL: f1:
10 ; CHECK-NOT: *** Bad machine code: Using an undefined physical register ***
11 BB:
12   %L5 = load i8, ptr %0
13   %B9 = lshr i8 %L5, -1
14   br label %CF
16 CF:                                               ; preds = %CF, %BB
17   %Cmp25 = icmp ne i8 27, %B9
18   br i1 %Cmp25, label %CF, label %CF34
20 CF34:                                             ; preds = %CF
21   ret void