mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
cc4ba7834f
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57644 91177308-0d34-0410-b5e6-96231b3b80d8
15 lines
636 B
Plaintext
15 lines
636 B
Plaintext
//===---------------------------------------------------------------------===//
|
|
// Testcases that crash the X86 backend because they aren't implemented
|
|
//===---------------------------------------------------------------------===//
|
|
|
|
These are cases we know the X86 backend doesn't handle. Patches are welcome
|
|
and appreciated, because no one has signed up to implemented these yet.
|
|
Implementing these would allow elimination of the corresponding intrinsics,
|
|
which would be great.
|
|
|
|
1) vector shifts
|
|
2) vector comparisons
|
|
3) vector fp<->int conversions: PR2683, PR2684, PR2685, PR2686, PR2688
|
|
4) bitcasts from vectors to scalars: PR2804
|
|
|