[PATCH] D159131: [RISCV][GlobalISel] Select G_ICMP
Nitin John Raj via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 5 14:27:35 PDT 2023
nitinjohnraj added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/GlobalISel/instruction-select/cmp64.mir:3
+# RUN: llc -march=riscv64 -run-pass=instruction-select -simplify-mir -verify-machineinstrs %s -o - \
+# RUN: | FileCheck -check-prefix=RV32I %s
+---
----------------
nitinjohnraj wrote:
> Add pointer tests
Requires G_PTRTOINT, will be done in future patch
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159131/new/
https://reviews.llvm.org/D159131
More information about the llvm-commits
mailing list