[PATCH] D158504: [RISCV][GlobalISel] Select G_CONSTANT

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 13:04:53 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/constant64.mir:1
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -mtriple=riscv64 -run-pass=instruction-select %s -o - \
----------------
craig.topper wrote:
> Need s32/i32 tests too since i32 is legal on RV64.
Did you miss this comment?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158504



More information about the llvm-commits mailing list