[llvm] [BasicBlockSections] Apply path cloning with -basic-block-sections. (PR #68860)
Sriraman Tallam via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 15:17:17 PDT 2023
================
@@ -7,35 +7,35 @@ declare void @effect(i32 zeroext)
; RUN: echo 'f foo' >> %t1
; RUN: echo 'p 0 3 5' >> %t1
; RUN: echo 'c 0 3.1 5.1 1 2 3 4 5' >> %t1
-; RUN: llc < %s -mtriple=x86_64-pc-linux -O0 -function-sections -basic-block-sections=%t1 | FileCheck %s --check-prefixes=PATH1,FOOSECTIONS,FOOCLONE
+; RUN: llc < %s -mtriple=x86_64-pc-linux -O0 -function-sections -enable-basic-block-path-cloning -basic-block-sections=%t1 | FileCheck %s --check-prefixes=PATH1,FOOSECTIONS,FOOCLONE
; RUN: echo 'v1' > %t2
----------------
tmsri wrote:
Please split this into multiple tests in different files so that it is easier to maintain going forward.
https://github.com/llvm/llvm-project/pull/68860
More information about the llvm-commits
mailing list