[PATCH] D95302: [RISCV] Remove isel patterns for Zbs *W instructions.

Simon Cook via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 25 04:07:35 PST 2021


simoncook added a comment.

Is there value in still having most of these tests without the pattern? Some of these now look like tests just of `andn`, and in others now that enabling `b` or `zbs` has no effect on code generation. I wonder if this change should instead just completely remove the edited tests. If future additions make them relevant again they could later be readded.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95302



More information about the llvm-commits mailing list