[flang][cuda] Do not register global constants (#118582)
[llvm-project.git] / llvm / test / tools / llc / new-pm / option-conflict.ll
blob5847a32058756f2502538ca1da28b155cca08bdf
1 ; RUN: not llc -mtriple=x86_64-pc-linux-gnu -passes=foo -start-before=mergeicmps -stop-after=gc-lowering -filetype=null %s 2>&1 | FileCheck  %s
3 ; CHECK: warning: --passes cannot be used with start-before and stop-after.