[all-commits] [llvm/llvm-project] 5c7aca: [X86] Ignore large code model in X86FastISel::X86M...

topperc via All-commits all-commits at lists.llvm.org
Fri May 29 10:40:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c7aca6a4c8c93f1af3cdac676151f8d7e28a410
      https://github.com/llvm/llvm-project/commit/5c7aca6a4c8c93f1af3cdac676151f8d7e28a410
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2020-05-29 (Fri, 29 May 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86FastISel.cpp
    M llvm/test/CodeGen/X86/fast-isel-constpool.ll

  Log Message:
  -----------
  [X86] Ignore large code model in X86FastISel::X86MaterializeFP in 32-bit mode

Large code model doesn't mean anything to 32-bit mode. But nothing
prevents it from being set. Ignore to avoid generating 64-bit mode
only instructions.

Differential Revision: https://reviews.llvm.org/D80768




More information about the All-commits mailing list