[PATCH] D29938: [RISCV 16/n] Support and tests for a variety of additional LLVM IR constructs

Ana Pazos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 14:35:13 PST 2017


apazos added inline comments.


================
Comment at: test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv32 -verify-machineinstrs < %s \
+; RUN:   | FileCheck %s -check-prefix=RV32I
----------------
Is the 'I'  ISA always going to be the only default extension?
I ask because some tests below have soft calls for multiplication and the checks will fail if 'IM' ISA becomes part of the default extensions.


https://reviews.llvm.org/D29938





More information about the llvm-commits mailing list