[PATCH] D110339: SelectionDAGBuilder: Improve canonicalization by not swapping branch targets

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 30 11:38:33 PDT 2021


MatzeB added a comment.

Without having a good way to progress here, I went for a new approach of making `X86InstrInfo::optimizeCompareInstr` more powerful in D110862 <https://reviews.llvm.org/D110862>, D110863 <https://reviews.llvm.org/D110863>, D110865 <https://reviews.llvm.org/D110865> and D110867 <https://reviews.llvm.org/D110867>...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110339



More information about the llvm-commits mailing list