[llvm] [X86][GlobalISel] Enable G_BUILD_VECTOR and G_CONSTANT_POOL (PR #92844)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 22:41:42 PDT 2024
================
@@ -22,16 +22,22 @@ class X86Subtarget;
class X86TargetMachine;
class X86LegalizerInfo : public LegalizerInfo {
-private:
- /// Keep a reference to the X86Subtarget around so that we can
- /// make the right decision when generating code for different targets.
- const X86Subtarget &Subtarget;
-
----------------
arsenm wrote:
Leave this where it is?
https://github.com/llvm/llvm-project/pull/92844
More information about the llvm-commits
mailing list