[PATCH] D99205: [WIP] Analysis for DFA jump-threading optimization
Justin Kreiner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 23 12:16:04 PDT 2021
jkreiner created this revision.
jkreiner added reviewers: alanphipps, xbolva00.
Herald added a subscriber: hiraditya.
jkreiner requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This pass is the analysis for an optimization that jump threads finite
state automata. It identifies switch statements inside a loop that have
the opportunity to be jump threaded.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D99205
Files:
llvm/lib/CodeGen/DFAJumpThreading.cpp
llvm/test/CodeGen/AArch64/dfa-jump-threading-paths.ll
llvm/test/CodeGen/AArch64/dfa-unfold-select.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99205.332752.patch
Type: text/x-patch
Size: 30268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210323/720ca91d/attachment.bin>
More information about the llvm-commits
mailing list