[PATCH] D32287: [X86] Add missing mayLoad/mayStore attributes to some X86 instructions (Continue)
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 26 02:45:56 PDT 2017
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
In https://reviews.llvm.org/D32287#737719, @aymanmus wrote:
> @RKSimon i guess there are much more records missing this attributes, but this patch is only to enable my upcoming patch of auto generating the memory folding tables to not crash.
> We can define a new task of "making sure mayLoad/mayStore attributes are correctly set for all instructions". But until this moment, only this is needed.
OK - LGTM
https://reviews.llvm.org/D32287
More information about the llvm-commits
mailing list