[llvm] 5abe6c3 - [PowerPC] Rename PPCInstrPrefix.td to PPCInstrP10.td
Lei Huang via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 16 08:22:58 PST 2022
Author: Lei Huang
Date: 2022-02-16T10:22:41-06:00
New Revision: 5abe6c312bb2d24df6b8e341298bfe8d8d2bbdaf
URL: https://github.com/llvm/llvm-project/commit/5abe6c312bb2d24df6b8e341298bfe8d8d2bbdaf
DIFF: https://github.com/llvm/llvm-project/commit/5abe6c312bb2d24df6b8e341298bfe8d8d2bbdaf.diff
LOG: [PowerPC] Rename PPCInstrPrefix.td to PPCInstrP10.td
Added:
llvm/lib/Target/PowerPC/PPCInstrP10.td
Modified:
llvm/lib/Target/PowerPC/PPCInstrInfo.td
Removed:
llvm/lib/Target/PowerPC/PPCInstrPrefix.td
################################################################################
diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.td b/llvm/lib/Target/PowerPC/PPCInstrInfo.td
index 53f0789e2bd52..0f2903acad06c 100644
--- a/llvm/lib/Target/PowerPC/PPCInstrInfo.td
+++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.td
@@ -3748,7 +3748,7 @@ def : Pat<(not i1:$in),
// Prefixed instructions may require access to the above defs at a later
// time so we include this after the def.
-include "PPCInstrPrefix.td"
+include "PPCInstrP10.td"
// Patterns for arithmetic i1 operations.
def : Pat<(add i1:$a, i1:$b),
diff --git a/llvm/lib/Target/PowerPC/PPCInstrPrefix.td b/llvm/lib/Target/PowerPC/PPCInstrP10.td
similarity index 100%
rename from llvm/lib/Target/PowerPC/PPCInstrPrefix.td
rename to llvm/lib/Target/PowerPC/PPCInstrP10.td
More information about the llvm-commits
mailing list