[llvm] LowerTypeTests: Switch to emitting one inline asm call per jump table entry. (PR #136265)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 21 17:34:25 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
----------------
fmayer wrote:
Confirming that passing this as arguments is just a drive-by cleanup?
https://github.com/llvm/llvm-project/pull/136265
More information about the llvm-commits
mailing list