[all-commits] [llvm/llvm-project] d79e51: [X86] Add test case to show fast-isel incorrectly ...

topperc via All-commits all-commits at lists.llvm.org
Thu May 28 15:46:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d79e51a711cbca80492e517eade2666b315907e4
      https://github.com/llvm/llvm-project/commit/d79e51a711cbca80492e517eade2666b315907e4
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
    M llvm/test/CodeGen/X86/fast-isel-constpool.ll

  Log Message:
  -----------
  [X86] Add test case to show fast-isel incorrectly emitting a 64-bit movabsq instruction in 32-bit mode when using constant pools with -code-model=large. NFC

-code-model=large isn't supposed to mean anything to 32-bit mode.
But nothing prevents passing it so we shouldn't generate bad code
if someone does.




More information about the All-commits mailing list