[PATCH] D122702: [RISCV] Add CMIX isel pattern for (xor (and (xor rs1, rs3), rs2), rs3)

LiqinWeng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 23:07:35 PDT 2022


Miss_Grape added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rv32zbt.ll:92
+  %and = and i64 %xor, %b
+  %xor1 = and i64 %and, %c
+  ret i64 %xor1
----------------
craig.topper wrote:
> This `and` should be `xor`?
fixed


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

https://reviews.llvm.org/D122702



More information about the llvm-commits mailing list