1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -mtriple=i386-apple-darwin -mcpu=corei7 -o - < %s | FileCheck %s
4 define i32 @func(ptr %A) nounwind readnone {
6 ; CHECK: ## %bb.0: ## %entry
7 ; CHECK-NEXT: movl {{[0-9]+}}(%esp), %eax
8 ; CHECK-NEXT: roll $27, %eax
11 %tmp = ptrtoint ptr %A to i32
12 %shr = lshr i32 %tmp, 5
13 %shl = shl i32 %tmp, 27
14 %or = or i32 %shr, %shl