mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Update the UseFusedMAC definition to directly specify its dependence on having
VFP4. Patch by Daniel Stewart! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196390 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
80955805e4
commit
e834f41f7a
@ -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