[llvm-branch-commits] [llvm] TableGen: Support target specialized pseudoinstructions (PR #159880)
Christudasan Devadasan via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Sep 21 22:16:49 PDT 2025
================
@@ -278,21 +278,32 @@ void CodeGenTarget::ComputeInstrsByEnum() const {
const CodeGenInstruction *Instr = GetInstByName(Name, InstMap, Records);
assert(Instr && "Missing target independent instruction");
assert(Instr->Namespace == "TargetOpcode" && "Bad namespace");
+
----------------
cdevadas wrote:
Unintended newline.
https://github.com/llvm/llvm-project/pull/159880
More information about the llvm-branch-commits
mailing list