search for: createjumpinstrtablespass

Displaying 1 result from an estimated 1 matches for "createjumpinstrtablespass".

2019 Aug 31
3
Usage of the jumptable attribute
...      40052d:    0f 1f 00                 nopl   (%rax) So, what am I doing wrong? The documentation indicates that the jump table is created at code-generation time. So I guess my pass works fine and I just need to get the code generator to process the jumptable attribute somehow? I found the createJumpInstrTablesPass in include/CodeGen/Passes.h, but it seems like it's never used. Thanks in advance Daniel