[llvm] cf638f8 - [PowerPC] Remove duplicate layout

Jinsong Ji via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 11 07:52:41 PST 2020


Author: Jinsong Ji
Date: 2020-12-11T15:52:29Z
New Revision: cf638f84a4ba1b0a1ba229b12c89bd6c96912fb5

URL: https://github.com/llvm/llvm-project/commit/cf638f84a4ba1b0a1ba229b12c89bd6c96912fb5
DIFF: https://github.com/llvm/llvm-project/commit/cf638f84a4ba1b0a1ba229b12c89bd6c96912fb5.diff

LOG: [PowerPC] Remove duplicate layout

Added: 
    

Modified: 
    llvm/test/CodeGen/PowerPC/unaligned.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/unaligned.ll b/llvm/test/CodeGen/PowerPC/unaligned.ll
index 977c470e668e..f6e666d6331d 100644
--- a/llvm/test/CodeGen/PowerPC/unaligned.ll
+++ b/llvm/test/CodeGen/PowerPC/unaligned.ll
@@ -1,6 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 -mattr=-vsx | FileCheck %s
-target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f128:64:128-n32"
 ; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 -mattr=+vsx | FileCheck -check-prefix=CHECK-VSX %s
 target datalayout = "E-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f128:64:128-n32"
 


        


More information about the llvm-commits mailing list