- simplified memop flags: we NEVER must kill solely Loads or Stores
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 19 Mar 2009 16:23:06 +0000 (16:23 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 19 Mar 2009 16:23:06 +0000 (16:23 +0000)
commite5c229efc864516a361941db5dac769ba038cf37
treef4724e05b7fea0573bc32173d33a4660cf2eefcc
parent5b85eca02c4414a007d566cd0c673bcb918b468a
- simplified memop flags: we NEVER must kill solely Loads or Stores
- remove block flags for now, use block marks for marking blocks
- BugFix: fix analysis for IGNORE Stores
- BugFix: fixed creation of partly reduntant Loads: must be done BEFORE gen/kill
- removed now unused code
- kill unreachable blocks before analysis helps greatly and is simple, as we have
  to collect these data anyway

[r25703]
ir/opt/opt_ldst.c