[llvm] 77014cd - [RISCV] Move RISCVInstrInfoZihintntl.td include out of the vendor extension section. NFC
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 14 19:31:02 PDT 2023
Author: Craig Topper
Date: 2023-04-14T19:30:45-07:00
New Revision: 77014cd60d5fe65941657ec424cf4d1ccf9488db
URL: https://github.com/llvm/llvm-project/commit/77014cd60d5fe65941657ec424cf4d1ccf9488db
DIFF: https://github.com/llvm/llvm-project/commit/77014cd60d5fe65941657ec424cf4d1ccf9488db.diff
LOG: [RISCV] Move RISCVInstrInfoZihintntl.td include out of the vendor extension section. NFC
Added:
Modified:
llvm/lib/Target/RISCV/RISCVInstrInfo.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfo.td b/llvm/lib/Target/RISCV/RISCVInstrInfo.td
index 0e52b133b4db2..b125ed5e8352a 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfo.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfo.td
@@ -1920,6 +1920,7 @@ include "RISCVInstrInfoZfa.td"
include "RISCVInstrInfoZfh.td"
include "RISCVInstrInfoZicbo.td"
include "RISCVInstrInfoZicond.td"
+include "RISCVInstrInfoZihintntl.td"
//===----------------------------------------------------------------------===//
// Vendor extensions
@@ -1927,5 +1928,4 @@ include "RISCVInstrInfoZicond.td"
include "RISCVInstrInfoXVentana.td"
include "RISCVInstrInfoXTHead.td"
-include "RISCVInstrInfoZihintntl.td"
include "RISCVInstrInfoXSf.td"
More information about the llvm-commits
mailing list