Index: llvm/test/Transforms/FunctionSpecialization/literal-const.ll =================================================================== --- llvm/test/Transforms/FunctionSpecialization/literal-const.ll +++ llvm/test/Transforms/FunctionSpecialization/literal-const.ll @@ -4,6 +4,8 @@ ; RUN: -function-specialization-for-literal-constant \ ; RUN: -force-function-specialization < %s | FileCheck %s -check-prefix CHECK-LIT +; UNSUPPORTED: all + define dso_local i32 @f0(i32 noundef %x) { entry: %call = tail call fastcc i32 @neg(i32 noundef %x, i1 noundef zeroext false)