mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-23 17:32:49 +00:00
NVPTX: Initialize the UseF32FTZ flag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156232 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3f71cf14b2
commit
af87831519
@ -78,6 +78,8 @@ NVPTXDAGToDAGISel::NVPTXDAGToDAGISel(NVPTXTargetMachine &tm,
|
||||
|
||||
allowFMA = (FMAContractLevel >= 1) || UseFMADInstruction;
|
||||
|
||||
UseF32FTZ = false;
|
||||
|
||||
doMulWide = (OptLevel > 0);
|
||||
|
||||
// Decide how to translate f32 div
|
||||
|
Loading…
x
Reference in New Issue
Block a user