Simon Moll
|
676af1272b
|
[VE] SHL,SRA,SRL v256i32|64 isel and tests
Reviewed By: kaz7
Differential Revision: https://reviews.llvm.org/D115734
|
2021-12-15 11:32:18 +01:00 |
Simon Moll
|
444013d324
|
[VE][NFC] Use POSIX-compatible stream redirection
Drop Bash-style stream redirect in favor of POSIX stream redirection to
fix spurious test failures on Windows.
Failure:
https://lab.llvm.org/buildbot/#/builders/123/builds/7509/steps/8/logs/stdio
|
2021-12-01 17:28:57 +01:00 |
Kazushi (Jam) Marukawa
|
e954ba28bc
|
[VE][NFC] Disable VP tests
VP tests recently added don't work on Release mode. They work on
Debug mode, so I disable them on Release mode to make tests work.
|
2020-12-10 15:13:05 +09:00 |
Simon Moll
|
3ffbc79357
|
[VP] Build VP SDNodes
Translate VP intrinsics to VP_* SDNodes. The tests check whether a
matching vp_* SDNode is emitted.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D91441
|
2020-12-09 11:36:51 +01:00 |