[all-commits] [llvm/llvm-project] a58c8a: Remove the additional constant which requires an e...

linzj via All-commits all-commits at lists.llvm.org
Sun Apr 5 08:49:33 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a58c8a78660896bfe7d5e0ca18b9ab7458dea92b
      https://github.com/llvm/llvm-project/commit/a58c8a78660896bfe7d5e0ca18b9ab7458dea92b
  Author: Zuojian Lin <manjian2006 at gmail.com>
  Date:   2020-04-05 (Sun, 05 Apr 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
    A llvm/test/CodeGen/X86/statepoint-no-extra-const.ll

  Log Message:
  -----------
  Remove the additional constant which requires an extra register for statepoint lowering.

The newly-created constant zero will need an extra register to hold it
in the current statepoint lowering implementation. Remove it if there
exists one.




More information about the All-commits mailing list