cfallin commented on Issue #1548:
Thanks for the fix! To answer the question: we have a custom set of legalizations we run in
simple_legalize()
, but we also avoid using the existing constant-pool functionality (there were some complexities around arm64 PC-relative addressing range and large functions, so we embed constants in the code section), so we'll have to think a bit more about this. Theunimplemented!()
is good for now, I suppose.
Last updated: Dec 23 2024 at 12:05 UTC