[llvm] LowerTypeTests: Switch to emitting one inline asm call per jump table entry. (PR #136265)
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 21 17:39:03 PDT 2025
================
@@ -441,10 +441,6 @@ class LowerTypeTestsModule {
// Cache variable used by hasBranchTargetEnforcement().
int HasBranchTargetEnforcement = -1;
- // The jump table type we ended up deciding on. (Usually the same as
----------------
pcc wrote:
Correct
https://github.com/llvm/llvm-project/pull/136265
More information about the llvm-commits
mailing list