[PATCH] D43268: [NVPTX] Make tensor load/store intrinsics overloaded.
Justin Lebar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 15 11:48:24 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:7590
+ # "_" # Layout
+ # !if(WithStride,"_stride", ""));
+ code match_generic = [{
----------------
nit: missing space
https://reviews.llvm.org/D43268
More information about the llvm-commits
mailing list