Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / PowerPC / inline-asm-i-constraint-i1.ll
blob9f602653c2c0c8ca461d707cdd3082e16afc90e2
1 ; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
3 ; Make sure that boolean immediates are properly (zero) extended.
4 ; CHECK: TEST 42 + 1 - .
6 target triple = "powerpc64le-unknown-linux-gnu"
8 define i32 @foo() #0 {
9 entry:
10   tail call void asm sideeffect "#TEST 42 + ${0:c} - .\0A\09", "i,~{dirflag},~{fpsr},~{flags}"(i1 true) #0
11   ret i32 1
14 attributes #0 = { nounwind }