Skip to content

[COREV] Define patterns for the generation of load/store instructions

Eclipse Webmaster requested to merge github/fork/serkm/mem-patterns into development

Created by: serkm

Post-incrementing load needs to be matched in c++, because TableGen patterns can not handle nodes with multiple output values.

getPostIndexedAddressParts makes sure that load/store and add nodes are combined to post-incrementing load/store.

Merge request reports

Loading