[llvm] [X86] Don't always seperate conditions in `(br (and/or cond0, cond1))` into seperate branches (PR #81689)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 09:09:04 PST 2024
goldsteinn wrote:
> Some initial comments - but I can't see why so much logic is in x86 directly. The keepJumpConditionsTogether implementation appears very generic, and I'd expect it to be in DAGBuilder and x86 just has a simple TLI flag callback to enable it.
Fair enough. Ill put the code somewhere generic and make it a call in.
https://github.com/llvm/llvm-project/pull/81689
More information about the llvm-commits
mailing list