[PATCH] D136755: [FuncSpec][NFC] Disable test for literal constant specialisation

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 26 03:36:31 PDT 2022


chill created this revision.
Herald added a project: All.
chill requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This test was added in D135893 <https://reviews.llvm.org/D135893> and cause a build bot failure.  For now
it seems the issue is with the test itself and not with the (disabled
by default) `FunctionSpecialization` pass.

This patch temporarily disables the test until we fix it.


https://reviews.llvm.org/D136755

Files:
  llvm/test/Transforms/FunctionSpecialization/literal-const.ll


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)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136755.470769.patch
Type: text/x-patch
Size: 590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221026/fd3b066c/attachment.bin>


More information about the llvm-commits mailing list