[PATCH] D44928: [MC] Pass MCSubtargetInfo through to fixupNeedsRelaxation
Peter Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 27 08:23:17 PDT 2018
peter.smith added a comment.
Thanks for pointing that out. I should check each use of the member to see if the information can be used incorrectly. I think it would be good if we can remove the MCSubtargetInfo, I have my suspicions that it might be used from Assembly and for BuildAttributes generation (on Arm), again some more checking is needed.
https://reviews.llvm.org/D44928
More information about the llvm-commits
mailing list