[PATCH] D133239: [RISCV][MC] Add minimal support for Ztso extension

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 5 03:14:56 PDT 2022


asb added a comment.

There are a few other places we typically add some test coverage for a new extension (which might be overkill - something to reconsider in the future perhaps)

- clang/test/Preprocessor/riscv-target-features.c
- llvm/test/CodeGen/RISCV/attributes.ll
- llvm/test/MC/attribute-arch.s

Otherwise, changes look good to me.


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

https://reviews.llvm.org/D133239



More information about the llvm-commits mailing list