Skip to content

Commit 9dd981b

Browse files
committed
clang jump table pattern test successful
1 parent 65c7421 commit 9dd981b

File tree

3 files changed

+308
-244
lines changed

3 files changed

+308
-244
lines changed

llvm/lib/Target/X86/X86.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ FunctionPass *createX86IndirectBranchTrackingPass();
5454
/// This will prevent a stall when returning on the Atom.
5555
FunctionPass *createX86PadShortFunctions();
5656

57+
FunctionPass *createX86MatchJumptablePass();
58+
5759
/// Return a pass that selectively replaces certain instructions (like add,
5860
/// sub, inc, dec, some shifts, and some multiplies) by equivalent LEA
5961
/// instructions, in order to eliminate execution delays in some processors.

0 commit comments

Comments
 (0)