mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 07:17:36 +00:00
Default ISD::PREFETCH to expand.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48169 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -178,6 +178,9 @@ TargetLowering::TargetLowering(TargetMachine &tm)
|
||||
// These operations default to expand.
|
||||
setOperationAction(ISD::FGETSIGN, (MVT::ValueType)VT, Expand);
|
||||
}
|
||||
|
||||
// Most targets ignore the @llvm.prefetch intrinsic.
|
||||
setOperationAction(ISD::PREFETCH, MVT::Other, Expand);
|
||||
|
||||
// ConstantFP nodes default to expand. Targets can either change this to
|
||||
// Legal, in which case all fp constants are legal, or use addLegalFPImmediate
|
||||
|
||||
Reference in New Issue
Block a user