<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/test/Transforms/JumpTableToSwitch/basic.ll, branch users/nico/python-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>Add JumpTableToSwitch pass (#77709)</title>
<updated>2024-02-10T09:12:46+00:00</updated>
<author>
<name>Alexander Shaposhnikov</name>
<email>6532716+alexander-shaposhnikov@users.noreply.github.com</email>
</author>
<published>2024-02-10T09:12:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d26b43ff4f7396f79de4b099160262c750d6aba7'/>
<id>d26b43ff4f7396f79de4b099160262c750d6aba7</id>
<content type='text'>
Add a pass to convert jump tables to switches.
The new pass replaces an indirect call with a switch + direct calls if all the functions in the jump table are smaller than the provided threshold.
The pass is currently disabled by default and can be enabled by -enable-jump-table-to-switch.

Test plan: ninja check-all</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a pass to convert jump tables to switches.
The new pass replaces an indirect call with a switch + direct calls if all the functions in the jump table are smaller than the provided threshold.
The pass is currently disabled by default and can be enabled by -enable-jump-table-to-switch.

Test plan: ninja check-all</pre>
</div>
</content>
</entry>
</feed>
