[PATCH] D62900: [RISCV] Support Bit-Preserving FP in F/D Extensions
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 02:50:16 PDT 2019
lenary marked 2 inline comments as done.
lenary added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/float-bit-preserving-dagcombines.ll:17
+
+define float @bitcast_and(float %a1, float %a2) {
+; RV32F-LABEL: bitcast_and:
----------------
asb wrote:
> Please add the `nounwind` attribute to all of these functions, so this tests won't be affected when call frame info directives are emitted (update_llc_test_checks.py doesn't strip them out).
Sure, done!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62900/new/
https://reviews.llvm.org/D62900
More information about the llvm-commits
mailing list