[PATCH] D86215: [TableGen][GlobalISel] Fix handling of zero_reg
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 07:04:01 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/utils/TableGen/GlobalISelEmitter.cpp:2656
+ Table << MatchTable::Comment("zero_reg");
+ Table << MatchTable::IntValue(0);
+ }
----------------
Could this use TargetNamespace::NoRegister?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86215/new/
https://reviews.llvm.org/D86215
More information about the llvm-commits
mailing list