[PATCH] D80768: [X86] Ignore large code model in X86FastISel::X86MaterializeFP in 32-bit mode

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 18:43:37 PDT 2020


craig.topper marked an inline comment as done.
craig.topper added inline comments.


================
Comment at: llvm/lib/Target/X86/X86FastISel.cpp:3743
   CodeModel::Model CM = TM.getCodeModel();
   if (CM != CodeModel::Small && CM != CodeModel::Large)
     return 0;
----------------
Should we also be ignoring code model here in 32 bit mode?


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

https://reviews.llvm.org/D80768





More information about the llvm-commits mailing list