[llvm] r259740 - Test case for PR 26381

Hal Finkel via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 18:08:11 PST 2016


Hi Hans,

This too please.

Thanks again,
Hal

----- Original Message -----
> From: "Nemanja Ivanovic via llvm-commits" <llvm-commits at lists.llvm.org>
> To: llvm-commits at lists.llvm.org
> Sent: Wednesday, February 3, 2016 7:58:20 PM
> Subject: [llvm] r259740 - Test case for PR 26381
> 
> Author: nemanjai
> Date: Wed Feb  3 19:58:20 2016
> New Revision: 259740
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=259740&view=rev
> Log:
> Test case for PR 26381
> 
> Added:
>     llvm/trunk/test/CodeGen/PowerPC/pr26381.ll
> 
> Added: llvm/trunk/test/CodeGen/PowerPC/pr26381.ll
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/pr26381.ll?rev=259740&view=auto
> ==============================================================================
> --- llvm/trunk/test/CodeGen/PowerPC/pr26381.ll (added)
> +++ llvm/trunk/test/CodeGen/PowerPC/pr26381.ll Wed Feb  3 19:58:20
> 2016
> @@ -0,0 +1,8 @@
> +; RUN: llc -mcpu=pwr7 -mtriple=powerpc64le-unknown-unknown -O0 < %s
> | FileCheck %s
> +
> +define internal signext i32 @foo() #0 {
> +  ret i32 -125452974
> +}
> +
> +; CHECK: lis 3, -1915
> +; CHECK: ori 3, 3, 48466
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
> 

-- 
Hal Finkel
Assistant Computational Scientist
Leadership Computing Facility
Argonne National Laboratory


More information about the llvm-commits mailing list