[PATCH] D91242: [RISCV] Custom lowering of SET_ROUNDING
Serge Pavlov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 21 08:55:25 PDT 2021
sepavloff added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/fpenv.ll:57
+
+; COMMON-LABEL: func_03
+; COMMON: fsrmi 1
----------------
craig.topper wrote:
> COMMON doesn't appear in the runline in this test.
I changed patterns to those generated by `update_llc_test_checks.py`, as the test for FLT_ROUNDS_ already uses it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91242/new/
https://reviews.llvm.org/D91242
More information about the llvm-commits
mailing list