[PATCH] D57065: [TableGen][GlobalISel] Add support for pointer types in patterns
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 22 12:52:11 PST 2019
arsenm added inline comments.
================
Comment at: include/llvm/CodeGen/ValueTypes.td:173
+/// with the GlobalISelEmitter. Targets must define their own pointer
+/// derrived from this class. The scalar argument should be an
+/// integer type with the same bit size as the ponter.
----------------
s/derrived/derived/
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57065/new/
https://reviews.llvm.org/D57065
More information about the llvm-commits
mailing list