This is an archive of the discontinued LLVM Phabricator instance.

Fix alias.scope lowering
AbandonedPublic

Authored by nimiwio on Sep 21 2021, 11:09 AM.

Details

Summary

alias.scope should always reference a list of scopes, not a single scope

Diff Detail

Event Timeline

nimiwio created this revision.Sep 21 2021, 11:09 AM
nimiwio requested review of this revision.Sep 21 2021, 11:09 AM
mehdi_amini added inline comments.Sep 21 2021, 11:11 AM
mlir/test/Target/LLVMIR/llvmir.mlir
2

This test is mark XFAIL at HEAD (It seems like your patch isn't rebased): are you fixing the test with this patch?

@ftynse is fixing the same thing here I believe: https://reviews.llvm.org/D110140

Ah, we wrote the same patch :) I missed the XFAIL on this test, I'll revert this one and let ftynse@ push the change through.

nimiwio abandoned this revision.Sep 21 2021, 11:31 AM