[PATCH] D70401: [WIP][RISCV] Implement ilp32e ABI

Jim Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 24 19:41:37 PST 2019


Jim added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/calling-conv-ilp32e-double-bug.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv32 -target-abi ilp32e -mattr=+f -verify-machineinstrs < %s
+; RUN: llc -mtriple=riscv32 -target-abi ilp32e -mattr=+f,+d -verify-machineinstrs < %s
----------------
No FileCheck line here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70401





More information about the llvm-commits mailing list