[PATCH] D143602: Allow 32-bit pointers to be written in 64-bit slots
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 9 15:25:18 PST 2023
efriedma added a comment.
I'm concerned that this is going to emit expressions that the assembler can't actually handle. ".quad a" gives an error on many targets, including ARM and 32-bit x86.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143602/new/
https://reviews.llvm.org/D143602
More information about the llvm-commits
mailing list