[PATCH] D156646: [RISCV] Expand load extension / truncate store for bf16
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 31 12:16:02 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/bf16-promote.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv64 -mattr +d -target-abi lp64d < %s | FileCheck --check-prefixes=CHECK,RV64 %s
+; RUN: llc -mtriple=riscv32 -mattr +d -target-abi ilp32d < %s | FileCheck --check-prefixes=CHECK,RV32 %s
----------------
Use -mattr= and -target-abi=
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156646/new/
https://reviews.llvm.org/D156646
More information about the llvm-commits
mailing list