[clang] [clang] Lower non-builtin sincos[f|l] calls to llvm.sincos.* when -fno-math-errno is set (PR #121763)

Phoebe Wang via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 21 05:36:40 PST 2025


phoebewang wrote:

> > > @RKSimon do you know if there is a reason CodeGen AA is not enabled for x86?
> > > I'd otherwise be happy to approve this patch, lowering to the intrinsic seems like the right thing to do.
> > 
> > 
> > I don't remember any reason for alias analysis to not be enabled on x86 - @phoebewang @topperc do you know?
> 
> I don't remember either.

Me neither. @clin111 do you happen to know it?

https://github.com/llvm/llvm-project/pull/121763


More information about the cfe-commits mailing list