[llvm-branch-commits] [llvm] 203748e - Revert "[test] Add a triple to an x86 test"

Justin Bogner via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Dec 3 14:26:19 PST 2020


Author: Justin Bogner
Date: 2020-12-03T14:21:37-08:00
New Revision: 203748e76dae55598f81d0c16c8874dc46b43552

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

LOG: Revert "[test] Add a triple to an x86 test"

This fails on some of the bots. Reverting to investigate.

This reverts commit d5268ebe19252c86549a3c8a9c6b3fa714dbf17c.

Added: 
    

Modified: 
    llvm/test/Transforms/SampleProfile/pseudo-probe-emit.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/SampleProfile/pseudo-probe-emit.ll b/llvm/test/Transforms/SampleProfile/pseudo-probe-emit.ll
index 5e0e357a0782..ddb6a62c40d2 100644
--- a/llvm/test/Transforms/SampleProfile/pseudo-probe-emit.ll
+++ b/llvm/test/Transforms/SampleProfile/pseudo-probe-emit.ll
@@ -1,7 +1,7 @@
 ; REQUIRES: x86-registered-target
 ; RUN: opt < %s -passes=pseudo-probe -function-sections -S -o %t
 ; RUN: FileCheck %s < %t --check-prefix=CHECK-IL
-; RUN: llc -mtriple=x86_64-- %t -stop-after=instruction-select -o - | FileCheck %s --check-prefix=CHECK-MIR
+; RUN: llc %t -pseudo-probe-for-profiling -stop-after=pseudo-probe-inserter -o - | FileCheck %s --check-prefix=CHECK-MIR
 ;
 ;; Check the generation of pseudoprobe intrinsic call.
 
@@ -29,7 +29,7 @@ bb3:
   ret void, !dbg !12
 }
 
-declare void @bar(i32 %x)
+declare void @bar(i32 %x) 
 
 define internal void @foo2(void (i32)* %f) !dbg !4 {
 entry:


        


More information about the llvm-branch-commits mailing list