<html><body><p><font size="2">Oh, and other thing:   Are you planning to attend the upcoming LLVM developer's meeting in Bristol?  I thought it might be good idea to get all parties interested in this feature together in person, if we're at the same meeting anyway.  So I was thinking of submitting a proposal for a BoF session on this topic ...   </font><br><font size="2"><br><br>Mit freundlichen Gruessen / Best Regards<br><br>Ulrich Weigand<br><br>-- <br>  Dr. Ulrich Weigand | Phone: +49-7031/16-3727<br>  STSM, GNU/Linux compilers and toolchain<br>  IBM Deutschland Research & Development GmbH<br>  Vorsitzende des Aufsichtsrats: Martina Koederitz | Geschäftsführung: Dirk Wittkopp<br>  Sitz der Gesellschaft: Böblingen | Registergericht: Amtsgericht Stuttgart, HRB 243294</font><br><br><img width="16" height="16" src="cid:1__=4EBB08BCDFC34D0B8f9e8a93df938690918c4EB@" border="0" alt="Inactive hide details for "Kaylor, Andrew" ---09.01.2018 19:55:59---I think we're going to need to create a new mechanism to co"><font size="2" color="#424282">"Kaylor, Andrew" ---09.01.2018 19:55:59---I think we're going to need to create a new mechanism to communicate strict FP modes to the backend.</font><br><br><font size="2" color="#5F5F5F">From:        </font><font size="2">"Kaylor, Andrew" <andrew.kaylor@intel.com></font><br><font size="2" color="#5F5F5F">To:        </font><font size="2">Ulrich Weigand <Ulrich.Weigand@de.ibm.com>, "kpn@neutralgood.org" <kpn@neutralgood.org></font><br><font size="2" color="#5F5F5F">Cc:        </font><font size="2">Hal Finkel <hfinkel@anl.gov>, Richard Smith <richard@metafoo.co.uk>, "bob.huemmer@sas.com" <bob.huemmer@sas.com>, "bumblebritches57@gmail.com" <bumblebritches57@gmail.com>, "cfe-dev@lists.llvm.org" <cfe-dev@lists.llvm.org>, llvm-dev <llvm-dev@lists.llvm.org></font><br><font size="2" color="#5F5F5F">Date:        </font><font size="2">09.01.2018 19:55</font><br><font size="2" color="#5F5F5F">Subject:        </font><font size="2">RE: [cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?</font><br><hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br><br><br><font color="#1F497D" face="Calibri">I think we’re going to need to create a new mechanism to communicate strict FP modes to the backend. I think we need to avoid doing anything that will require re-inventing or duplicating all of the pattern matching that goes on in instruction selection (which is the reason we’re currently dropping that information). I’m out of my depth on this transition, but I think maybe we could handle it with some kind of attribute on the MBB.</font><br><font color="#1F497D" face="Calibri"> </font><br><font color="#1F497D" face="Calibri">In C/C++, at least, it’s my understanding that the pragmas always apply at the scope-level (as opposed to having the possibility of being instruction-specific), and we’ve previously agreed that our implementation will really need to apply the rules across entire functions in the sense that if any part of a function uses the constrained intrinsics all FP operations in the function will need to use them (though different metadata arguments may be used in different scopes). So I think that opens our options a bit.</font><br><font color="#1F497D" face="Calibri"> </font><br><font color="#1F497D" face="Calibri">Regarding constant folding, I think you are correct that it isn’t happening anywhere in the backends at the moment. There is some constant folding done during instruction selection, but the existing mechanism prevents that. My concern is that given LLVM’s development model, if there is nothing in place to prevent constant folding and no consensus that it shouldn’t be allowed then we should probably believe that someone will eventually do it.</font><br><font color="#1F497D" face="Calibri"> </font><br><font color="#1F497D" face="Calibri">-Andy</font><br><a name="_MailEndCompose"></a><font color="#1F497D" face="Calibri"> </font><br><b><font face="Calibri">From:</font></b><font face="Calibri"> Ulrich Weigand [</font><font face="Calibri"><a href="mailto:Ulrich.Weigand@de.ibm.com">mailto:Ulrich.Weigand@de.ibm.com</a></font><font face="Calibri">] </font><b><font face="Calibri"><br>Sent:</font></b><font face="Calibri"> Tuesday, January 09, 2018 9:59 AM</font><b><font face="Calibri"><br>To:</font></b><font face="Calibri"> Kaylor, Andrew <andrew.kaylor@intel.com>; kpn@neutralgood.org</font><b><font face="Calibri"><br>Cc:</font></b><font face="Calibri"> Hal Finkel <hfinkel@anl.gov>; Richard Smith <richard@metafoo.co.uk>; bob.huemmer@sas.com; bumblebritches57@gmail.com; wei.ding2@amd.com; cfe-dev@lists.llvm.org; llvm-dev <llvm-dev@lists.llvm.org></font><b><font face="Calibri"><br>Subject:</font></b><font face="Calibri"> Re: [cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?</font><br><font face="Times New Roman"> </font><p><font size="2" face="Times New Roman">Andrew Kaylor wrote:</font><font face="Times New Roman"><br></font><font size="2" face="Courier New"><br>>In general, the current "strict FP" handling stops at instruction<br>>selection. At the MachineIR level we don't currently have a mechanism<br>>to prevent inappropriate optimizations based on floating point<br>>constraints, or indeed to convey such constraints to the backend.<br>>Implicit register use modeling may provide some restriction on some<br>>architectures, but this is definitely lacking for X86 targets. On the<br>>other hand, I'm not aware of any specific current problems, so in many<br>>cases we may "get lucky" and have the correct thing happen by chance.<br>>Obviously that's not a viable long term solution. I have a rough plan<br>>for adding improved register modeling to the X86 backend, which should<br>>take care of instruction scheduling issues, but we'd still need a<br>>mechanism to prevent constant folding optimizations and such.</font><font size="2" face="Times New Roman"><br><br>Given that Kevin intends to target SystemZ, I'll be happy to work on the SystemZ back-end support for this feature. I agree that we should be using implicit control register dependencies, which will at least prevent moving floating-point operations across instructions that e.g. change rounding modes. However, the main property we need to model is that floating-point operations may *trap*. I guess this can be done using UnmodeledSideEffects, but I'm not quite clear on how to make this dependent on whether or not a "strict" operation is requested (without duplicating all the instruction patterns ...).</font><font face="Times New Roman"><br></font><font size="2" face="Times New Roman"><br>Once we do use something like UnmodeledSideEffects, I think MachineIR passes should handle everything correctly; in the end, the requirements are not really different from those of other trapping instructions. B.t.w. I don't think anybody does constant folding on floating-point constants at the MachineIR level anyway ... have you seen this anywhere?</font><font face="Times New Roman"><br></font><font size="2" face="Times New Roman"><br><br>Mit freundlichen Gruessen / Best Regards<br><br>Ulrich Weigand<br><br>-- <br>Dr. Ulrich Weigand | Phone: +49-7031/16-3727<br>STSM, GNU/Linux compilers and toolchain<br>IBM Deutschland Research & Development GmbH<br>Vorsitzende des Aufsichtsrats: Martina Koederitz | Geschäftsführung: Dirk Wittkopp<br>Sitz der Gesellschaft: Böblingen | Registergericht: Amtsgericht Stuttgart, HRB 243294</font><p><p><BR>
</body></html>