commit | 3e34e6729f4745e2b6cd7508256a7cd4f3c567f2 | [log] [tgz] |
---|---|---|
author | Max Kazantsev <mkazantsev@azul.com> | Wed May 12 14:36:24 2021 +0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue May 25 15:05:24 2021 -0700 |
tree | d76b985722de631a61bc54827ba878c05eeaeaf1 | |
parent | 934b10d1610399aa8ee41ec6dd75a634fa4b4e1e [diff] |
[GC][NFC] Move GCStrategy from CodeGen to IR We want it to be available in analyzes so that we could use the CodeGen notion in middle-end passes (for example, to check if a GC may free some particular pointer). This is a preparatory patch that simply moves the files around. Note: if this causes some build issues, this patch must just be reverted. Differential Revision: https://reviews.llvm.org/D100557 Reviewed By: reames GitOrigin-RevId: d8b37de8a478c1b1532e45b0bfd82ecf1c964d9a