[PATCH] D92286: [RISCV] Form GORCI from (or (rotl/rotr X, Bitwidth/2), X).
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 30 02:13:23 PST 2020
frasercrmck added a comment.
It might be worth mentioning somewhere (the commit message?) why this isn't done by matching `(rotl/rotr X, Bitwidth/2)` as `GREVI` and then matching `GORCI` through that. Presumably we'd like to match `GREVI` of `rotl/rotr` too, for instance?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92286/new/
https://reviews.llvm.org/D92286
More information about the llvm-commits
mailing list