[PATCH] D71983: [PowerPC] Set the SideEffects of branch & call instructions from 1 to 0

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 26 07:24:15 PDT 2021


jsji accepted this revision.
jsji added a comment.
This revision is now accepted and ready to land.

LGTM. But maybe we should try to see whether we can set `hasSideEffects = 0` as default on PowerPC as well when there are no match patterns?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71983



More information about the llvm-commits mailing list