[llvm] [X86] Don't always separate conditions in `(br (and/or cond0, cond1))` into separate branches (PR #81689)

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 2 00:37:23 PST 2024


KanRobert wrote:

> This will also likely help for APX targets with the new CCMP and
CTEST instructions.

In fact, this causes some downstream CCMP tests to fail b/c branch is already eliminated. @goldsteinn Is there a flag to undo the change in test?

https://github.com/llvm/llvm-project/pull/81689


More information about the llvm-commits mailing list