[PATCH] D130099: [RISCV] Optimize (br_cc (and X, 0x80000000), 0, seteq, dest) on RV64

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 14:03:34 PDT 2022


craig.topper abandoned this revision.
craig.topper added a comment.

I'm going to abandon this in favor of a more general single bit AND patch using SLLI implemented in a different place with different tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130099



More information about the llvm-commits mailing list