Displaying 2 results from an estimated 2 matches for "xt585".
2020 Sep 04
2
using experimental intrinsics failed
...On Sep 3, 2020, 20:14 -0500, Craig Topper <craig.topper at gmail.com>, wrote:
> I just pasted that code and ran it through llc, opt, and llvm-as. All passed without issue. What version of llvm are you using?
>
> ~Craig
>
>
> > On Thu, Sep 3, 2020 at 5:53 PM Xuan Tang <xt585 at nyu.edu> wrote:
> > > Hi Craig:
> > >
> > > I tried that, now the function is like this:
> > > ; Function Attrs: norecurse nounwind readnone ssp uwtable
> > > define { double, double } @add(double, double, double, double) local_unnamed_addr #0 {
&g...
2020 Sep 04
2
using experimental intrinsics failed
Hi Craig:
I tried that, now the function is like this:
; Function Attrs: norecurse nounwind readnone ssp uwtable
define { double, double } @add(double, double, double, double) local_unnamed_addr #0 {
%5 = call double @llvm.experimental.constrained.fadd(double %0, double %2, metadata !"round.downward", metadata !"fpexcept.ignore")
%6 = fadd double %1, %3