[PATCH] D146321: [RISCV] Add isReMaterializable to FLI instructions.

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 11:59:41 PDT 2023


reames added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/float-zfa.ll:233
+
+; Make sure we use two fli instructions instead of copying.
+define void @fli_remat() {
----------------
Comment doesn't match code, did you mean to land this and then rebase a diff by chance?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146321



More information about the llvm-commits mailing list