[PATCH] D43151: [NVPTX] TblGen-ized lowering of WMMA intrinsics.
Justin Lebar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 12 17:13:35 PST 2018
jlebar accepted this revision.
jlebar added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Target/NVPTX/NVPTXIntrinsics.td:7437
+ int tmp;
+ // Build a dag pattern that would match the intrinsic call.
+ // We want a dag that looks like this:
----------------
"that will match" or "that matches"
https://reviews.llvm.org/D43151
More information about the llvm-commits
mailing list