[clang] 0fb16d5 - Fix clang regression test after 5c486ce0
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 26 12:00:26 PDT 2021
Author: Eli Friedman
Date: 2021-07-26T11:59:40-07:00
New Revision: 0fb16d5ad126a14213ceee6b20b86c721ea49d4e
URL: https://github.com/llvm/llvm-project/commit/0fb16d5ad126a14213ceee6b20b86c721ea49d4e
DIFF: https://github.com/llvm/llvm-project/commit/0fb16d5ad126a14213ceee6b20b86c721ea49d4e.diff
LOG: Fix clang regression test after 5c486ce0
Added:
Modified:
clang/test/CodeGenOpenCL/convergent.cl
Removed:
################################################################################
diff --git a/clang/test/CodeGenOpenCL/convergent.cl b/clang/test/CodeGenOpenCL/convergent.cl
index a06232721eb9d..5e4f6fad1b3a9 100644
--- a/clang/test/CodeGenOpenCL/convergent.cl
+++ b/clang/test/CodeGenOpenCL/convergent.cl
@@ -134,7 +134,7 @@ kernel void assume_convergent_asm()
__asm__ volatile("s_barrier");
}
-// CHECK: attributes #0 = { mustprogress nofree noinline norecurse nounwind willreturn "
+// CHECK: attributes #0 = { nofree noinline norecurse nounwind "
// CHECK: attributes #1 = { {{[^}]*}}convergent{{[^}]*}} }
// CHECK: attributes #2 = { {{[^}]*}}convergent{{[^}]*}} }
// CHECK: attributes #3 = { {{[^}]*}}convergent noduplicate{{[^}]*}} }
More information about the cfe-commits
mailing list