[RISCV] Replace zihintntl with zicond in ISAInfo unittest
authorPiyou Chen <piyou.chen@sifive.com>
Wed, 19 Jul 2023 08:58:02 +0000 (01:58 -0700)
committerPiyou Chen <piyou.chen@sifive.com>
Wed, 19 Jul 2023 11:41:25 +0000 (04:41 -0700)
commitb03a6db276dab884fc9cd500247221d6026c16ec
tree7a9e6e7f33f07453f220ec37493ae450e9d29f6c
parentb50fe313e8da1bbf61d047477eeb32469f2ce199
[RISCV] Replace zihintntl with zicond in ISAInfo unittest

Some ISAInfo unittest base on experimental-zihintntl, but zihintntl will become none-experimental. This patch use another experimental extension zicond to replace zihintntl.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D155673
llvm/unittests/Support/RISCVISAInfoTest.cpp