[PATCH] D143602: Allow 32-bit pointers to be written in 64-bit slots

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 7 04:40:10 PDT 2023


arsenm added a comment.

In D143602#4116836 <https://reviews.llvm.org/D143602#4116836>, @efriedma wrote:

> I'd prefer to just explicitly pad values in the AsmPrinter, and avoid depending on obscure assembler behaviors.

Is that really worse than having the backend error?


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

https://reviews.llvm.org/D143602



More information about the llvm-commits mailing list