[PATCH] D149223: [PowerPC] Look through OR, AND, XOR instructions when checking a clear.

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 19:07:35 PDT 2023


shchenz added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCMIPeephole.cpp:222
 
+  if (Opcode == PPC::AND || Opcode == PPC::AND8)
+    return std::max(
----------------
record form too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149223



More information about the llvm-commits mailing list