mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
Announce that we don't support mem ops yet.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19466 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e1bd822ddb
commit
795069dd38
@ -50,6 +50,10 @@ namespace {
|
|||||||
|
|
||||||
computeRegisterProperties();
|
computeRegisterProperties();
|
||||||
|
|
||||||
|
setOperationUnsupported(ISD::MEMSET, MVT::Other);
|
||||||
|
setOperationUnsupported(ISD::MEMCPY, MVT::Other);
|
||||||
|
setOperationUnsupported(ISD::MEMMOVE, MVT::Other);
|
||||||
|
|
||||||
setOperationUnsupported(ISD::MUL, MVT::i8);
|
setOperationUnsupported(ISD::MUL, MVT::i8);
|
||||||
setOperationUnsupported(ISD::SELECT, MVT::i1);
|
setOperationUnsupported(ISD::SELECT, MVT::i1);
|
||||||
setOperationUnsupported(ISD::SELECT, MVT::i8);
|
setOperationUnsupported(ISD::SELECT, MVT::i8);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user