mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-08 05:16:53 +00:00
Update the UseFusedMAC definition to directly specify its dependence on having
VFP4. Patch by Daniel Stewart! llvm-svn: 196390
This commit is contained in:
parent
9c9a78a238
commit
59cd9a3090
@ -275,7 +275,8 @@ def UseMulOps : Predicate<"Subtarget->useMulOps()">;
|
||||
// But only select them if more precision in FP computation is allowed.
|
||||
// Do not use them for Darwin platforms.
|
||||
def UseFusedMAC : Predicate<"(TM.Options.AllowFPOpFusion =="
|
||||
" FPOpFusion::Fast) && "
|
||||
" FPOpFusion::Fast && "
|
||||
" Subtarget->hasVFP4()) && "
|
||||
"!Subtarget->isTargetDarwin()">;
|
||||
def DontUseFusedMAC : Predicate<"!(TM.Options.AllowFPOpFusion =="
|
||||
" FPOpFusion::Fast &&"
|
||||
|
Loading…
x
Reference in New Issue
Block a user