Skip to content

Commit f94a27b

Browse files
authored
reduce size of HWIntrinsic jump table fallbacks (#112556)
1 parent 5ab9dfe commit f94a27b

File tree

2 files changed

+283
-18
lines changed

2 files changed

+283
-18
lines changed

src/coreclr/jit/codegen.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,8 @@ class CodeGen final : public CodeGenInterface
10591059

10601060
template <typename HWIntrinsicSwitchCaseBody>
10611061
void genHWIntrinsicJumpTableFallback(NamedIntrinsic intrinsic,
1062+
instruction ins,
1063+
emitAttr attr,
10621064
regNumber nonConstImmReg,
10631065
regNumber baseReg,
10641066
regNumber offsReg,

0 commit comments

Comments
 (0)