This is an archive of the discontinued LLVM Phabricator instance.

[WinEH] Fix eh.exceptionpointer intrinsic lowering
ClosedPublic

Authored by JosephTremoulet on Oct 14 2015, 3:18 PM.

Details

Summary

Some shared code for handling eh.exceptionpointer and eh.exceptioncode
needs to not share the part that truncates to 32 bits, which is intended
just for exception codes.

Diff Detail

Event Timeline

JosephTremoulet retitled this revision from to [WinEH] Fix eh.exceptionpointer intrinsic lowering.
JosephTremoulet updated this object.
JosephTremoulet added a reviewer: rnk.
JosephTremoulet added a subscriber: llvm-commits.
rnk accepted this revision.Oct 16 2015, 4:42 PM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.Oct 16 2015, 4:42 PM