[PATCH] D139314: ValueTracking: Teach canCreateUndefOrPoison about FP ops

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 10:30:44 PST 2022


arsenm added a comment.

Should I mention this doesn't produce poison in LangRef?

I also think it's extremely broken that we have both lround and llround (same with rint). Why isn't this one overloaded intrinsic? Why did it blindly copy the libm's i-don't-know-how-big-integers-are naming?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139314/new/

https://reviews.llvm.org/D139314



More information about the llvm-commits mailing list