[PATCH] D99009: [RISCV] [1/2] Add intrinsic for Zbr extension

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 22 18:09:11 PDT 2021


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rv32Zbr.ll:1
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv32 -mattr=experimental-zbr -verify-machineinstrs < %s \
----------------
jrtc27 wrote:
> Lowercase z in the names of these files as it's a (sort of) -march string
The bitmanip tests were already have all us "Zb*" in their file names. Should we match that or rename the existing tests?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99009



More information about the cfe-commits mailing list