You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.161
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
This commit is contained in:
parent
37fbf886a3
commit
e19d552987
12
external/llvm/test/CodeGen/X86/wide-integer-fold.ll
vendored
Normal file
12
external/llvm/test/CodeGen/X86/wide-integer-fold.ll
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s
|
||||
; CHECK: movq $-65535, %rax
|
||||
|
||||
; DAGCombiner should fold this to a simple constant.
|
||||
|
||||
define i64 @foo(i192 %a) nounwind {
|
||||
%t = or i192 %a, -22300404916163702203072254898040925442801665
|
||||
%s = and i192 %t, -22300404916163702203072254898040929737768960
|
||||
%u = lshr i192 %s, 128
|
||||
%v = trunc i192 %u to i64
|
||||
ret i64 %v
|
||||
}
|
Reference in New Issue
Block a user