[PATCH] D91266: [ARM][SchedModels] Add support for branch forms of ALU instructions to Cortex-A57 model

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 00:27:51 PST 2020


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

Thanks. LGTM.



================
Comment at: llvm/utils/TableGen/SubtargetEmitter.cpp:1623
           continue;
-
+        
+        // If transition is folded to 'return X' it should be the last one.
----------------
Some extra whitespace, which can be removed.


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

https://reviews.llvm.org/D91266



More information about the llvm-commits mailing list