[PATCH] D154943: [ARM] Restructure MOVi32imm expansion to not do pointless instructions

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 08:21:20 PDT 2023


john.brawn added a comment.

D155301 <https://reviews.llvm.org/D155301> replaces uses of TransferImpOps with copyImplicitOps, meaning the patch here can be changed to using copyImplicitOps instead of asserting.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154943



More information about the llvm-commits mailing list