[PATCH] D104293: [AMDGPU] Set more flags on Real instructions
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 16 05:39:42 PDT 2021
foad added a comment.
>> So basically just the TSFlags (assuming it's easier to copy them all at once rather than just the individual ones needed), mayLoad, and mayStore.
>
> Hmm. These are not all being copied correctly at the moment. Unfortunately there is no easy way to check for discrepancies. I am knocking up a python script to do it based on the output of `llvm-tblgen -dump-json`.
I've pushed some patches which should fix all of this: rG323b3e645dd3 <https://reviews.llvm.org/rG323b3e645dd340e7ffb86b06d33d071fdf4fb432>, rG24ffc343f9da <https://reviews.llvm.org/rG24ffc343f9da5bcfa007e5f9b52a3a023982ac89>, rG7f3ac6714a56 <https://reviews.llvm.org/rG7f3ac6714a561553500cbd24331a8dc7f2375964>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104293/new/
https://reviews.llvm.org/D104293
More information about the llvm-commits
mailing list