The stack protector pass creates new branch instructions and basic blocks but doesn't set branch weights. This patch fixes the bug.
Details
Details
- Reviewers
- None
- Commits
- rG72bb9a65d62a: Reland r356547 after fixing the YAML module missing issue.
rCTE356649: Reland r356547 after fixing the YAML module missing issue.
rL356649: Reland r356547 after fixing the YAML module missing issue.
rGb9991a265642: [stack protector] Set edge weights for newly created basic blocks.
rL222987: [stack protector] Set edge weights for newly created basic blocks.
Diff Detail
Diff Detail
- Repository
- rL LLVM