[PATCH] D111062: [RISCV] Rename some assembler mnemonic and intrinsic functions for RVV 1.0.

Fraser Cormack via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 28 06:37:13 PDT 2021


frasercrmck added inline comments.
Herald added a reviewer: luke957.


================
Comment at: clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vmand.c:97
 
 // CHECK-RV64-LABEL: @test_vmandnot_mm_b8(
+// CHECK-RV64-LABEL: @test_vmandn_mm_b8(
----------------
Was this test manually updated? I'm not sure how we could still expect to see `test_vmandnot_mm_b8`. Please use `update_cc_test_checks` if you haven't already.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111062



More information about the cfe-commits mailing list