[PATCH] D141395: [RISCV][ISelLowering] Fix select lowering issue

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 09:03:23 PST 2023


jrtc27 added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/float-select-verify.ll:1-2
+; NOTE: This check verifies that ISelLowering does not skip instructions while lowering select sequence.
+; NOTE: opt would exit with fatal error if pseudo instruction skipped.
+; RUN: llc -mtriple=riscv64 -mattr=+f -verify-machineinstrs < %s
----------------
;; instead  of NOTE, and use update_llc_test_checks.py. And why mention opt, you're not running opt, you're running llc?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141395



More information about the llvm-commits mailing list