[all-commits] [llvm/llvm-project] 6b4b66: [X86] Move -x86-use-vzeroupper command line flag i...

topperc via All-commits all-commits at lists.llvm.org
Sat Jun 13 14:43:54 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b4b660174799898dd0030c60ee77fc633dc02bb
      https://github.com/llvm/llvm-project/commit/6b4b660174799898dd0030c60ee77fc633dc02bb
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-06-13 (Sat, 13 Jun 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86TargetMachine.cpp
    M llvm/lib/Target/X86/X86VZeroUpper.cpp

  Log Message:
  -----------
  [X86] Move -x86-use-vzeroupper command line flag into runOnMachineFunction for the pass itself rather than the pass pipeline construction

This pass has no dependencies on other passes so conditionally
including it in the pipeline doens't do much. Just move it the
pass itself to keep it isolated.




More information about the All-commits mailing list