Details
Details
- Reviewers
kristof.beyls zvi - Commits
- rL303853: [lnt][profile] Add support for X86-64 CFG view
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM, modulo considering a call instruction to be ending a basic block.
I don't know enough details about the X86_64 instruction set to judge whether the regular expressions are fully correct, but they look plausible to me.
lnt/server/ui/static/lnt_profile.js | ||
---|---|---|
116–117 ↗ | (On Diff #100227) | A function call should not be considered as ending a basic block. We also don't do that for the other targets supported here (AArch64 and AArch32). |