User Details
User Details
- User Since
- Aug 30 2023, 11:43 PM (13 w, 4 d)
Sep 14 2023
Sep 14 2023
zj added a comment to D159289: [BOLT] Fix deadloop bug in taildup.
zj retitled D159289: [BOLT] Fix deadloop bug in taildup from [Bolt]Tail Duplication: fix deadloop bug due to using the --tail-duplication=aggressive option of llvm-bolt to [BOLT] Fix deadloop bug in taildup.
Sep 12 2023
Sep 12 2023
zj added a comment to D159289: [BOLT] Fix deadloop bug in taildup.
zj updated the diff for D159289: [BOLT] Fix deadloop bug in taildup.
Merge the testcase.
Sep 7 2023
Sep 7 2023
zj added a comment to D159289: [BOLT] Fix deadloop bug in taildup.
ping
Aug 31 2023
Aug 31 2023
zj added a comment to D159289: [BOLT] Fix deadloop bug in taildup.
Hello, everyone! I encountered an deadloop problem due to llvm-bolt optimaization of tail-duplication pass. I used an exsiting test case to repeat the problem.
Look at the following simple example (from the bolt/test/X86/tail-duplication-pass.s)
# REQUIRES: system-linux
zj requested review of D159289: [BOLT] Fix deadloop bug in taildup.