This patch uses the metadata created by the llvm.unpredictable intrinsic in D12341 to avoid creating an unpredictable branch.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Patch updated:
Added 'TODO' comment assuming that 'unpredictable' now carries a value rather being a boolean.
Comment Actions
Patch updated:
Removed comment about threshold value; we can add that feature when we have profile data to feed into this metadata.