"clang/test/CodeGen/2007-02-16-VoidPtrDiff.c" did not exist on "3ae936ce694ed97cd46fc997c94cc54566f7ea93"
Mark rematerialized super/sub registers as dead.
When we're rematerializing into a not-quite-right register we already add the real definition as an imp-def, but we should also be marking the "official" register as dead, since nothing else is going to use it as a result of this remat. Not doing this can affect pressure tracking. rdar://problem/14158833 llvm-svn: 184002
Loading
Please sign in to comment