[llvm-branch-commits] [BOLT] Encode landing pads in BAT (PR #114602)

2024-11-27 Thread Amir Ayupov via llvm-branch-commits
https://github.com/aaupov closed https://github.com/llvm/llvm-project/pull/114602 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [BOLT] Encode landing pads in BAT (PR #114602)

2024-11-01 Thread via llvm-branch-commits
llvmbot wrote: @llvm/pr-subscribers-bolt Author: Amir Ayupov (aaupov) Changes Reuse secondary entry points vector and include landing pad offsets. Use LSB to encode LPENTRY bit, similar to BRANCHENTRY bit used to distinguish branch and block entries in the address map. Test Plan: updated

[llvm-branch-commits] [BOLT] Encode landing pads in BAT (PR #114602)

2024-11-01 Thread Amir Ayupov via llvm-branch-commits
https://github.com/aaupov created https://github.com/llvm/llvm-project/pull/114602 Reuse secondary entry points vector and include landing pad offsets. Use LSB to encode LPENTRY bit, similar to BRANCHENTRY bit used to distinguish branch and block entries in the address map. Test Plan: updated b