This is an archive of the discontinued LLVM Phabricator instance.

[PGO] handle invoke instr in IR instrumentation
ClosedPublic

Authored by davidxl on Mar 29 2016, 3:00 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

davidxl updated this revision to Diff 51989.Mar 29 2016, 3:00 PM
davidxl retitled this revision from to [PGO] handle invoke instr in IR instrumentation.
davidxl updated this object.
davidxl added a reviewer: xur.
davidxl added a subscriber: llvm-commits.
xur edited edge metadata.Mar 29 2016, 4:48 PM

LGTM.

one small thing about the test case. it's better to use -instnamer to name the tmp variables.

This revision was automatically updated to reflect the committed changes.