Lower prefetch to a noop, patch contributed by Justin Wick!
llvm-svn: 20375
This commit is contained in:
@@ -169,6 +169,9 @@ void DefaultIntrinsicLowering::LowerIntrinsicCall(CallInst *CI) {
|
||||
cast<PointerType>(CI->getType())));
|
||||
break;
|
||||
|
||||
case Intrinsic::prefetch:
|
||||
break; // Simply strip out prefetches on unsupported architectures
|
||||
|
||||
case Intrinsic::dbg_stoppoint:
|
||||
case Intrinsic::dbg_region_start:
|
||||
case Intrinsic::dbg_region_end:
|
||||
|
||||
Reference in New Issue
Block a user