[PATCH] D44256: Use .set instead of = when printing assignment in assembly output

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 27 09:33:21 PDT 2018


rnk accepted this revision.
rnk added a comment.

lgtm

I always preferred the `=` spelling, but if this matches what GCC emits and works around Hexagon assembler issues, I'm OK with it.


Repository:
  rL LLVM

https://reviews.llvm.org/D44256





More information about the llvm-commits mailing list