[PATCH] D105206: [RISCV] Implement lround*/llround*/lrint*/llrint* with fcvt instruction with -fno-math-errno

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 6 10:25:35 PDT 2021


jrtc27 added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/double-intrinsics-rv32.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv32 -mattr=+d -verify-machineinstrs < %s \
+; RUN:   | FileCheck -check-prefix=RV32IFD %s
----------------
We upstreamed support to UTC to let you pre-process with `sed 's/iXLEN/i32/' | llc ...` so you can have just the template rather than need two copies of the file. Helps keeps things a bit more manageable (though unfortunately you've already burned the time writing both copies...).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105206



More information about the llvm-commits mailing list