[llvm] [GlobalISel][ARM] Selection of G_CONSTANT using constant pool (PR #96225)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 10:18:58 PDT 2024


https://github.com/arsenm requested changes to this pull request.

This shouldn't really be a matter for selection, but legalization. The default lower operation for constant/fconstant is already to emit load from constant pool 

https://github.com/llvm/llvm-project/pull/96225


More information about the llvm-commits mailing list