We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a24db8 commit 5e2d8b6Copy full SHA for 5e2d8b6
llvm/test/Transforms/FunctionSpecialization/literal-const.ll
@@ -2,7 +2,6 @@
2
; RUN: -funcspec-for-literal-constant=false \
3
; RUN: -force-specialization < %s | FileCheck %s -check-prefix CHECK-NOLIT
4
; RUN: opt -S --passes="ipsccp<func-spec>" \
5
-; RUN: -funcspec-for-literal-constant=true \
6
; RUN: -force-specialization < %s | FileCheck %s -check-prefix CHECK-LIT
7
8
define i32 @f0(i32 noundef %x) {
0 commit comments