[PATCH] D150086: [GlobalISel] Implement commuting shl (add/or x, c1), c2 -> add/or (shl x, c2), c1 << c2

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 7 23:09:41 PDT 2023


tschuett added inline comments.


================
Comment at: llvm/include/llvm/CodeGen/TargetLowering.h:4043
+  ///
+  /// @param N the shift node
+  /// @param IsAfterLegal true if running after legalization.
----------------
MI?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150086



More information about the llvm-commits mailing list