[all-commits] [llvm/llvm-project] b03a6d: [RISCV] Replace zihintntl with zicond in ISAInfo u...
Piyou Chen via All-commits
all-commits at lists.llvm.org
Wed Jul 19 04:41:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b03a6db276dab884fc9cd500247221d6026c16ec
https://github.com/llvm/llvm-project/commit/b03a6db276dab884fc9cd500247221d6026c16ec
Author: Piyou Chen <piyou.chen at sifive.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M llvm/unittests/Support/RISCVISAInfoTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list