[PATCH] D156711: [clang][ExprConstant] Fix assertion failure in constant expression folding

2023-09-25 Thread antoine moynault via Phabricator via cfe-commits
antmo abandoned this revision. antmo added a comment. yes indeed you fixed this @shafik. thanks for the update. abandoning this revision Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156711/new/ https://reviews.llvm.org/D156711 __

[PATCH] D156184: [OpenMP] Add the `ompx_attribute` clause for target directives

2023-07-25 Thread antoine moynault via Phabricator via cfe-commits
antmo added a comment. Hi, it looks like this patch broke some flang bots: - https://lab.llvm.org/buildbot/#/builders/176/builds/3408 - https://lab.llvm.org/buildbot/#/builders/198/builds/4028 - https://lab.llvm.org/buildbot/#/builders/197/builds/8491 - https://lab.llvm.org/buildbot/#/builders/19

[PATCH] D156711: [clang][ExprConstant] Fix assertion failure in constant expression folding

2023-08-18 Thread antoine moynault via Phabricator via cfe-commits
antmo updated this revision to Diff 551525. antmo added a comment. rebase & ping ; ) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156711/new/ https://reviews.llvm.org/D156711 Files: clang/lib/AST/ExprConstant.cpp clang/test/SemaCXX/constexpr-

[PATCH] D155955: [Clang] Improve the handling of large arrays evaluation.

2023-07-28 Thread antoine moynault via Phabricator via cfe-commits
antmo added a comment. Hi, clang-armv8-quick bot now fails on Clang::cxx2a-constexpr-dynalloc-limits.cpp https://lab.llvm.org/buildbot/#/builders/245/builds/11764 Could you please look at this ? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D155

[PATCH] D156711: [clang][ExprConstant] Fix assertion failure in constant expression folding

2023-07-31 Thread antoine moynault via Phabricator via cfe-commits
antmo created this revision. Herald added a project: All. antmo requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Since D140059 , clang asserts on constant calls of string functions (memchr, strncmp, memcmp,

[PATCH] D153379: Remove -flang-experimental-exec flag

2023-06-21 Thread antoine moynault via Phabricator via cfe-commits
antmo added a comment. Hello, I think this broke some bots due to remaining references to -flang-experimental-exec in llvm-zorg buildbot config - clang-aarch64-sve-vla-2stage https://lab.llvm.org/buildbot/#/builders/198/builds/2907 - clang-aarch64-sve-vls-2stage https://lab.llvm.org/buildbot/#