Skip to content

Commit

Permalink
[SelectOpt] Refactor to prepare for support more select-like operatio…
Browse files Browse the repository at this point in the history
…ns (llvm#117582)

* Enables conversion of several select-like instructions within one
group
* Any number of auxiliary instructions depending on the same condition
can be in between select-like instructions
* After splitting the basic block, move select-like instructions into
the relevant basic blocks and optimise them
* Make it easier to add support shift-base select-like instructions and
also any mixture of zext/sext/not instructions
  • Loading branch information
igogo-x86 authored Nov 27, 2024
1 parent 37aebcf commit e874c8f
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 241 deletions.
Loading

0 comments on commit e874c8f

Please sign in to comment.