[PATCH] D116398: [SelectionDAG][RISCV] Add preferred extend of value used for PHI node

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 30 09:28:51 PST 2021


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/prefer-extend.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv32 < %s | FileCheck -check-prefixes=RV32S %s
+; RUN: llc -mtriple=riscv64 < %s | FileCheck -check-prefixes=RV64S %s
----------------
What does the S mean after RV32/RV64?


================
Comment at: llvm/test/CodeGen/RISCV/prefer-extend.ll:5
+
+define dso_local signext i16 @get_pivot(i16 signext %left, i16 signext %right) {
+; RV32S-LABEL: get_pivot:
----------------
Remove the dso_local


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116398



More information about the llvm-commits mailing list