Files
clang-p2996/clang/test/CodeGen/X86
ManuelJBrito 5184dc2d7c [Clang][X86] Change X86 cast intrinsics to use __builtin_nondeterministic_value
The following intrinsics are currently implemented using a shufflevector with
an undefined mask, this is however incorrect according to intel's semantics for
undefined value which expect an unknown but consistent value.

With __builtin_nondeterministic_value we can now match intel's undefined value.

Differential Revision: https://reviews.llvm.org/D143287
2023-04-17 12:58:36 +01:00
..
2022-10-22 08:05:22 +08:00
2022-10-27 17:20:07 +08:00