mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-26 14:15:53 +00:00
Update comment from r203315 based on review
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203361 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
29b1962c42
commit
b033b03c23
@ -1,7 +1,7 @@
|
||||
; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=generic | FileCheck %s
|
||||
|
||||
; Check that we recognize this idiom for rotation too:
|
||||
; a << (b & 31) | a >> ((0 - b) & 31)
|
||||
; a << (b & (OpSize-1)) | a >> ((0 - b) & (OpSize-1))
|
||||
|
||||
define i32 @rotate_left_32(i32 %a, i32 %b) {
|
||||
; CHECK-LABEL: rotate_left_32:
|
||||
|
Loading…
Reference in New Issue
Block a user