mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
NVPTX: Initialize the UseF32FTZ flag.
llvm-svn: 156232
This commit is contained in:
parent
469935e0ae
commit
39afd32d88
@ -78,6 +78,8 @@ NVPTXDAGToDAGISel::NVPTXDAGToDAGISel(NVPTXTargetMachine &tm,
|
||||
|
||||
allowFMA = (FMAContractLevel >= 1) || UseFMADInstruction;
|
||||
|
||||
UseF32FTZ = false;
|
||||
|
||||
doMulWide = (OptLevel > 0);
|
||||
|
||||
// Decide how to translate f32 div
|
||||
|
Loading…
Reference in New Issue
Block a user