[all-commits] [llvm/llvm-project] 0df154: [BOLT] Use Label annotation instead of EHLabel pse...
Maksim Panchenko via All-commits
all-commits at lists.llvm.org
Mon Nov 6 14:43:28 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0df154671b3796adc3d198fa1b2bb4ceb8101ddb
https://github.com/llvm/llvm-project/commit/0df154671b3796adc3d198fa1b2bb4ceb8101ddb
Author: Maksim Panchenko <maks at fb.com>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M bolt/include/bolt/Core/MCPlusBuilder.h
M bolt/lib/Core/BinaryContext.cpp
M bolt/lib/Core/BinaryEmitter.cpp
M bolt/lib/Core/Exceptions.cpp
M bolt/lib/Passes/StokeInfo.cpp
M bolt/lib/Target/RISCV/RISCVMCPlusBuilder.cpp
Log Message:
-----------
[BOLT] Use Label annotation instead of EHLabel pseudo. NFCI. (#70179)
When we need to attach EH label to an instruction, we can now use Label
annotation instead of EHLabel pseudo instruction.
More information about the All-commits
mailing list