[PATCH] D112466: [NVPTX] Drop memory references of LDG/LDU
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 3 08:12:31 PDT 2021
hliao added a comment.
These machine instruction should be marked with `mayLoad` as they are really load instructions. Check the attached patch fixing the machine verifier.
F20053099: 0001-nvptx-Mark-LDG-LDU-mayLoad.patch <https://reviews.llvm.org/F20053099>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112466/new/
https://reviews.llvm.org/D112466
More information about the llvm-commits
mailing list