Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / 2009-05-28-DAGCombineCrash.ll
blob7177b03158ac4225fb7727460a26d86c906411dd
1 ; RUN: llc < %s -mtriple=x86_64--
3 define fastcc void @S_next_symbol(ptr %P) nounwind ssp {
4 entry:
5         br label %bb14
7 bb14:           ; preds = %bb
8         %srcval16 = load i448, ptr %P, align 8          ; <i448> [#uses=1]
9         %tmp = zext i32 undef to i448           ; <i448> [#uses=1]
10         %tmp15 = shl i448 %tmp, 288             ; <i448> [#uses=1]
11         %mask = and i448 %srcval16, -2135987035423586845985235064014169866455883682256196619149693890381755748887481053010428711403521          ; <i448> [#uses=1]
12         %ins = or i448 %tmp15, %mask            ; <i448> [#uses=1]
13         store i448 %ins, ptr %P, align 8
14         ret void