bolt/deps/llvm-18.1.8/llvm/test/tools/llc/new-pm/start-stop.ll

5 lines
250 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: llc -mtriple=x86_64-pc-linux-gnu -enable-new-pm -print-pipeline-passes -start-before=mergeicmps -stop-after=gc-lowering -filetype=null %s | FileCheck --match-full-lines %s
; CHECK: IR pipeline: function(mergeicmps,expand-memcmp,gc-lowering)