[all-commits] [llvm/llvm-project] 703cdc: [RISCV] Remove 'not FeatureStdExtC' from Zcmp pred...
Craig Topper via All-commits
all-commits at lists.llvm.org
Mon Jul 17 09:13:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 703cdcd2db0c4d320bca56a1a2d0abcc00a4a6e0
https://github.com/llvm/llvm-project/commit/703cdcd2db0c4d320bca56a1a2d0abcc00a4a6e0
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-07-17 (Mon, 17 Jul 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVFeatures.td
Log Message:
-----------
[RISCV] Remove 'not FeatureStdExtC' from Zcmp predicate.
C is only incompatible if D is also enabled. This already checked
in RISCVISAInfo.cpp.
More information about the All-commits
mailing list