Nikita Popov
39db5e1ed8
[CodeGen] Convert tests to opaque pointers (NFC)
...
Conversion performed using the script at:
https://gist.github.com/nikic/98357b71fd67756b0f064c9517b62a34
These are only tests where no manual fixup was required.
2022-10-07 14:22:00 +02:00
Bing1 Yu
6d8ddf53cc
[X86] Emulate _rdrand64_step with two rdrand32 if it is 32bit
...
Reviewed By: RKSimon
Differential Revision: https://reviews.llvm.org/D132141
2022-08-24 10:22:46 +08:00
Bing1 Yu
0d8f9520c5
Revert "[X86] Emulate _rdrand64_step with two rdrand32 if it is 32bit"
...
This reverts commit 07e34763b0
.
2022-08-24 09:38:46 +08:00
Bing1 Yu
07e34763b0
[X86] Emulate _rdrand64_step with two rdrand32 if it is 32bit
...
Reviewed By: RKSimon
Differential Revision: https://reviews.llvm.org/D132141
2022-08-24 09:28:55 +08:00
Simon Pilgrim
2cd080c884
[X86] rdrand-builtins.c - add 32-bit target coverage and enable -Wall/-Werror
2022-05-07 14:35:42 +01:00
Simon Pilgrim
2239882f7d
[CodeGen][X86] Move x86 builtin intrinsic/codegen tests into X86 subfolder.
...
There are still plenty of tests that specify x86 as a triple but most shouldn't be doing anything very target specific - we can move any ones that I have missed on a case by case basis.
2020-09-10 12:58:21 +01:00