[PATCH] D140931: Improve and enable folding of conditional branches with tail calls.

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 18:33:11 PST 2023


pengfei accepted this revision.
pengfei added inline comments.


================
Comment at: llvm/lib/CodeGen/BranchFolding.cpp:1546
+
+        return MadeChange;
       }
----------------
`return true;`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140931



More information about the llvm-commits mailing list