[PATCH] D135814: [RISCV] Add basic support for the sifive-7-series short forward branch optimization.
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 17 12:33:02 PDT 2022
reames accepted this revision.
reames added a comment.
This revision is now accepted and ready to land.
LGTM w/comment addressed.
================
Comment at: llvm/lib/Target/RISCV/RISCV.td:452
+// This is a more advanced version of CMOVBranchOpt where ALU operations can be
+// predicated.
----------------
Fix comment please: CMOVBranchOpt does not exist upstream.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135814/new/
https://reviews.llvm.org/D135814
More information about the llvm-commits
mailing list