[PATCH] D142388: [clang] Add builtin_nondeterministic_value
Manuel Brito via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 2 04:43:22 PST 2023
ManuelJBrito added a comment.
So this is getting some build failures:
- https://lab.llvm.org/buildbot#builders/38/builds/9446
- https://lab.llvm.org/buildbot#builders/245/builds/4189
- https://lab.llvm.org/buildbot#builders/65/builds/7949
- https://lab.llvm.org/buildbot#builders/188/builds/25538
I suspect it's because of the way different ABIs handle the vectors. I was thinking that if we have the variable be a local variable and also not returning the value can fix the tests.
Does this make sense?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142388/new/
https://reviews.llvm.org/D142388
More information about the cfe-commits
mailing list