mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 00:17:01 +00:00
remove the read/write port/io intrinsics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -137,15 +137,6 @@ X86TargetLowering::X86TargetLowering(TargetMachine &TM)
|
||||
setOperationAction(ISD::READCYCLECOUNTER , MVT::i64 , Custom);
|
||||
setOperationAction(ISD::BSWAP , MVT::i16 , Expand);
|
||||
|
||||
setOperationAction(ISD::READIO , MVT::i1 , Expand);
|
||||
setOperationAction(ISD::READIO , MVT::i8 , Expand);
|
||||
setOperationAction(ISD::READIO , MVT::i16 , Expand);
|
||||
setOperationAction(ISD::READIO , MVT::i32 , Expand);
|
||||
setOperationAction(ISD::WRITEIO , MVT::i1 , Expand);
|
||||
setOperationAction(ISD::WRITEIO , MVT::i8 , Expand);
|
||||
setOperationAction(ISD::WRITEIO , MVT::i16 , Expand);
|
||||
setOperationAction(ISD::WRITEIO , MVT::i32 , Expand);
|
||||
|
||||
// These should be promoted to a larger select which is supported.
|
||||
setOperationAction(ISD::SELECT , MVT::i1 , Promote);
|
||||
setOperationAction(ISD::SELECT , MVT::i8 , Promote);
|
||||
|
||||
Reference in New Issue
Block a user