[PATCH] D61185: [RISCV] Add CostModel GEP tests

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 24 07:27:17 PDT 2019


asb added inline comments.


================
Comment at: test/Analysis/CostModel/RISCV/gep.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
+; RUN: opt -mtriple=riscv32 -cost-model -analyze < %s \
+; RUN:   | FileCheck %s -check-prefix=RVI
----------------
You want a -mtriple=riscv64 RUN line here, but with the same RVI check-prefix


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61185





More information about the llvm-commits mailing list