Folkert de Vries
d8a067b931
remove most simd_ intrinsic declaration in tests
...
instead, we can just import the intrinsics from core
2025-02-27 12:22:59 +01:00
Ralf Jung
803feb5dc6
x86-sse2 ABI: use SSE registers for floats and SIMD
2025-02-18 16:11:41 +01:00
Scott McMurray
d2309c2a9d
Ban non-array SIMD
2024-09-09 19:39:43 -07:00
Gary Guo
cfee72aa24
Fix tests and bless
2024-04-24 13:12:33 +01:00
Ralf Jung
c1d0e489e5
fix use of platform_intrinsics in tests
2024-02-25 08:15:44 +01:00
许杰友 Jieyou Xu (Joe)
6e48b96692
[AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives
2024-02-22 16:04:04 +00:00
Josh Stone
da47736f42
CHECK only for opaque ptr
2023-07-27 14:44:13 -07:00
Camille GILLOT
d7983a2f23
Always name the return place.
2023-07-08 15:38:40 +02:00
Scott McMurray
9aa9a846b6
Allow transmutes to produce OperandValues instead of always using allocas
...
LLVM can usually optimize these away, but especially for things like transmutes of newtypes it's silly to generate the `alloc`+`store`+`load` at all when it's actually a nop at LLVM level.
2023-04-04 18:44:29 -07:00
Ben Kimock
640ede7b0a
Enable CopyProp by default, tune the impl a bit
2023-02-12 13:23:53 -05:00
Albert Larsan
cf2dff2b1e
Move /src/test to /tests
2023-01-11 09:32:08 +00:00