================ @@ -0,0 +1,12 @@ +; RUN: llc -mtriple=riscv64-unknown-linux-gnu < %s | FileCheck %s + +; This should work fine, because the module asm specifies the necessary +; target features + +; CHECK: fld ft0, 0(sp) ---------------- efriedma-quic wrote:
What happens if you try to pipe the output of llc into an assembler? Do we need to print a directive to enable the "d" extension? https://github.com/llvm/llvm-project/pull/204548 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
