[PATCH] D32287: [X86] Add missing mayLoad/mayStore attributes to some X86 instructions (Continue)
Ayman Musa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 26 00:11:40 PDT 2017
aymanmus added a comment.
@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.
https://reviews.llvm.org/D32287
More information about the llvm-commits
mailing list