https://github.com/efriedma-quic commented:
If SparcTargetLowering::CanLowerReturn fails, the value should be automatically
converted to sret without any explicit code.
https://github.com/llvm/llvm-project/pull/162226
___
cfe-commits mailing list
cfe-
github-actions[bot] wrote:
Thank you for submitting a Pull Request (PR) to the LLVM Project!
This PR will be automatically labeled and the relevant teams will be notified.
If you wish to, you can add reviewers by using the "Reviewers" section on this
page.
If this is not working for you, it
vsapsai wrote:
There was some CI breakage, details are in
https://github.com/llvm/llvm-project/pull/162384 Got to merge "main" after the
fix was made.
https://github.com/llvm/llvm-project/pull/160226
___
cfe-commits mailing list
[email protected]
DavidSpickett wrote:
Found a similar situation:
https://github.com/llvm/llvm-project/blob/0db5ba0ce6c36c78f93ebfe992c0f9ed807328bb/llvm/CMakeLists.txt#L1348
Not allowed to disable llvm utils and include llvm tests. Though in this case,
99% of tests would not run, rather than the maybe 1% you ne
https://github.com/andykaylor requested changes to this pull request.
https://github.com/llvm/llvm-project/pull/162897
___
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder
`sanitizer-x86_64-linux-fast` running on `sanitizer-buildbot4` while building
`clang` at step 2 "annotate".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/169/builds/15767
Here is the relevant piece
arjunr2 wrote:
All merged upstream commits on `main` seem to have some subset of failing
tests? I'm unsure why the current failures are popping up here; they seem to
have nothing to do with any changes here. How does this typically work?
https://github.com/llvm/llvm-project/pull/162581
___
https://github.com/arichardson commented:
Should also have some tests for __int128
https://github.com/llvm/llvm-project/pull/162433
___
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -0,0 +1,22 @@
+// RUN: %clang_cc1 -verify -fopenmp -x c++ -triple x86_64-unknown-linux
-fopenmp-targets=spirv64-intel -emit-llvm-bc %s -o %t-host.bc
+// RUN: %clang_cc1 -verify -fopenmp -x c++ -triple spirv64-intel
-fopenmp-targets=spirv64-intel -emit-llvm %s -fopenmp-is-targ
chaitanyav wrote:
@RKSimon i have addressed the comments. Also i had to use
`__attribute__((target("avx512ifma,avx512vl")))` in `avxifma-builtins.c` for
those 4 tests since we specify the `-target-feature +avxifma` in that test file.
https://github.com/llvm/llvm-project/pull/161056
___
@@ -3802,7 +3802,7 @@ static bool isFunctionDeclarationName(const LangOptions
&LangOpts,
const auto *Prev = Current.getPreviousNonComment();
assert(Prev);
- if (Prev->is(tok::coloncolon))
+ if (Prev->is(tok::coloncolon) && Prev->hasWhitespaceBefore())
H
https://github.com/MaskRay edited
https://github.com/llvm/llvm-project/pull/162606
___
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
12 matches
Mail list logo