1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2 ; RUN: llc < %s -mtriple=x86_64-linux-gnu | FileCheck %s
4 ; Make sure we don't crash when shrinking the shift amount before legalization.
5 define i64 @pr92720(i64 %x) {
6 ; CHECK-LABEL: pr92720:
8 ; CHECK-NEXT: movabsq $8589934592, %rax # imm = 0x200000000
12 %shl = shl i64 1, %sub
13 %sext = shl i64 %shl, 32