[PATCH] D139109: [LoopUnswitch] Perform loop unswitching on select instructions

Sergei Kachkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 02:22:59 PDT 2023


kachkov98 abandoned this revision.
kachkov98 added a comment.

@caojoshua Sure, I prefer your approach without select -> branch convertion more (the weak point here is that unswitching can fail after this conversion, and subsequent passes should fold branch to select back). You can share LIT test if it will be helpful.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139109/new/

https://reviews.llvm.org/D139109



More information about the llvm-commits mailing list