File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13127,6 +13127,12 @@ struct AAAddressSpaceCallSiteArgument final : AAAddressSpaceImpl {
1312713127
1312813128/// ------------------------ No Alias Address Space ---------------------------
1312913129// This attribute assumes flat address space can alias all other address space
13130+
13131+ // TODO: this is similar to AAAddressSpace, most of the code should be merged.
13132+ // But merging it created failing cased on gateway test that cannot be
13133+ // reproduced locally. So should open a seperated PR to hande the merge of
13134+ // AANoAliasAddrSpace and AAAddressSpace attribute
13135+
1313013136namespace {
1313113137struct AANoAliasAddrSpaceImpl : public AANoAliasAddrSpace {
1313213138 AANoAliasAddrSpaceImpl(const IRPosition &IRP, Attributor &A)
You can’t perform that action at this time.
0 commit comments