[PATCH] Caller/Calllee unsafe-fp-math attribute fixup prior to inlining.
Puyan Lotfi
plotfi at apple.com
Tue Apr 1 23:17:04 PDT 2014
Ping?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: unsafeattr2.patch
Type: application/octet-stream
Size: 7014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140401/6aa057b1/attachment.obj>
-------------- next part --------------
On Apr 1, 2014, at 4:52 PM, Puyan Lotfi <plotfi at apple.com> wrote:
> The following patch checks that a caller with unsafe-fp-math set does get a callee inlined into it that does not have the attribute set without unsetting attribute in the caller prior; idea is to make the caller being altered by inlining be as safe as the callee.
>
> Test case included in patch.
>
> Could someone review this?
>
> Thanks
>
> -Puyan
>
>
> <unsafeattr2.patch>
>
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list