[llvm-bugs] [Bug 24571] Constant folding code for sqrt looks wrong
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Aug 25 22:19:42 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24571
David Majnemer <david.majnemer at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |david.majnemer at gmail.com
Resolution|--- |INVALID
--- Comment #1 from David Majnemer <david.majnemer at gmail.com> ---
Hi Erik,
Intrinsics in LLVM always start with "llvm.", for example "llvm.sqrt.f32"
This is why we are checking if the function starts with 'l' while checking for
the sqrt intrinsic id.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150826/a5cc1fac/attachment.html>
More information about the llvm-bugs
mailing list