[PATCH] D143287: [Clang][X86] Change X86 cast intrinsics to use __builtin_nondeterministic_value
Manuel Brito via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 8 14:08:05 PST 2023
ManuelJBrito added a comment.
In D143287#4179020 <https://reviews.llvm.org/D143287#4179020>, @aqjune wrote:
> H, is D104790 <https://reviews.llvm.org/D104790> superseded by this patch?
I don't think so we still need to fix the undefined intrinsics, right? Maybe I'm not understanding the question.
> I wonder what is the status of this patch as well.
We need to land D144903 <https://reviews.llvm.org/D144903> first to have the correct assembly, but it's currently held up by a crash in one of the tests due to an unrelated issue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143287/new/
https://reviews.llvm.org/D143287
More information about the cfe-commits
mailing list