[PATCH] D132724: [RISCV] Refactor for costs of integer min/max

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 26 07:41:50 PDT 2022


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

LGTM w/required change.



================
Comment at: llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp:587
     return Cost + (LT.first - 1);
+    break;
   }
----------------
Remove stray break.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132724



More information about the llvm-commits mailing list