[llvm] 6a5641e - [CGP] Add `--match-full-lines` to make sure we don't have a dbg attachment.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 14:05:35 PDT 2020


Author: Davide Italiano
Date: 2020-06-16T14:05:28-07:00
New Revision: 6a5641eff6cd2069e7d64cdb8507bad60cb2894a

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

LOG: [CGP] Add `--match-full-lines` to make sure we don't have a dbg attachment.

Added: 
    

Modified: 
    llvm/test/Transforms/CodeGenPrepare/X86/promoted-trunc-loc.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/CodeGenPrepare/X86/promoted-trunc-loc.ll b/llvm/test/Transforms/CodeGenPrepare/X86/promoted-trunc-loc.ll
index 12b5a148cc5c..42a701e9925a 100644
--- a/llvm/test/Transforms/CodeGenPrepare/X86/promoted-trunc-loc.ll
+++ b/llvm/test/Transforms/CodeGenPrepare/X86/promoted-trunc-loc.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -codegenprepare -S -mtriple=x86_64-unknown-unknown | FileCheck %s
+; RUN: opt < %s -codegenprepare -S -mtriple=x86_64-unknown-unknown | FileCheck %s --match-full-lines
 
 ; Make sure the promoted trunc doesn't get a debug location associated.
 ; CHECK: %promoted = trunc i32 %or to i16


        


More information about the llvm-commits mailing list