[PATCH] D73643: [WIP] Macro Fusion for RISC-V

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 11:40:24 PST 2020


evandro added a comment.

As @lenary said, this must be enabled only for those sub targets that actually fuse these instrs.  Also, when using the macro fusion pass, you should also enable the post RA pass.  Otherwise, it's less effective.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73643





More information about the llvm-commits mailing list