[PATCH] D94250: [SystemZ] Introducing assembler dialects for the Z backend

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 04:23:36 PST 2021


uweigand accepted this revision.
uweigand added a comment.
This revision is now accepted and ready to land.

Looks like resolving the general issues with the AsmDialect setting is more complicated than I thought and may still take a while.

Therefore, I think you should go ahead and commit this patch with the work-around described in getMAIAssemblerDialect for now.  This is certainly correct for all SystemZ use case.  If we do find a better solution in common code, this hack can still be removed at a later date.

LGTM.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94250/new/

https://reviews.llvm.org/D94250



More information about the llvm-commits mailing list