Skip to content

intel/fs: Misc improvements - dropping opt_register_renaming and A64 atomic destinations

Kenneth Graunke requested to merge kwg/mesa:no-reg-rename into main

While working on some code in the area, I discovered that DCE wasn't handling A64 atomic destinations properly, and that opt_register_renaming is basically useless now. Here are two patches to address both of those things, even though they aren't particularly related.

Merge request reports