User Details
- User Since
- Feb 23 2020, 3:46 PM (160 w, 4 d)
Today
Yesterday
Good catch, thanks for the fix.
Tue, Mar 21
Updating D130717: [SCCIterator] Fix an issue in scc_member_iterator sorting
Mon, Mar 13
Sat, Mar 11
Thu, Mar 9
Wed, Mar 8
(Also, can the backend safely optimize an invoke to a linkonce_odr function that's nounwind to a call? I thought it couldn't, in case the function is de-refined to a version that's not nounwind. But the frontend can do it since it has access to the source and knows it can't be de-refined in that way?)
Tue, Mar 7
Mon, Mar 6
Thu, Mar 2
Thanks for the change! I'm going to start the integration with pseudo probe from here.
Feb 15 2023
Updating D144066: [Pseudo probe] Duplicate probes in vectorized loop body.
Feb 14 2023
Feb 13 2023
LGTM, thanks for fixing it.
Feb 9 2023
Feb 2 2023
Jan 31 2023
Jan 30 2023
Removing unnecessary header inclusions.
moving the predecessors/successors definition from MachineSSAContext.h to MachineBasicBlocks.h
Updating D142747: [Pseudo Probe] Do not instrument EH blocks.
Jan 27 2023
Updating D142747: [Pseudo Probe] Do not instrument EH blocks.
Addressing feedbacks.
Updating D142747: [Pseudo Probe] Do not instrument EH blocks.
Updating D142747: [Pseudo Probe] Do not instrument EH blocks.
Jan 17 2023
Jan 12 2023
Jan 11 2023
Jan 9 2023
Dec 16 2022
LGTM.
Dec 15 2022
Switching to using single maps.
Dec 7 2022
Updating D139367: [CSSPGO][llvm-profgen] Missing frame inference.
Bounding the DFS search with a speific size (default to INT32_MAX). Will run more experiments to settle down on a good limit.
Addressing feedbacks.
Addressing feedbacks.
Dec 6 2022
Addressing feedbacks.
Dec 5 2022
Nov 28 2022
lgtm, thanks.