[all-commits] [llvm/llvm-project] d4c0a0: [TargetLowering] Move TargetLoweringBase::isJumpTa...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri May 22 06:27:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d4c0a082a48236df427e3244212aea50887b2e9f
      https://github.com/llvm/llvm-project/commit/d4c0a082a48236df427e3244212aea50887b2e9f
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-05-22 (Fri, 22 May 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/lib/CodeGen/TargetLoweringBase.cpp

  Log Message:
  -----------
  [TargetLowering] Move TargetLoweringBase::isJumpTableRelative() implementation into TargetLoweringBase.cpp. NFC.

This will help with reducing header dependencies in TargetLowering.h in a future patch.


  Commit: 4ed909bb5b59ba8460cd64217e600c4c8c4acf63
      https://github.com/llvm/llvm-project/commit/4ed909bb5b59ba8460cd64217e600c4c8c4acf63
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-05-22 (Fri, 22 May 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/lib/CodeGen/TargetLoweringBase.cpp

  Log Message:
  -----------
  TargetLowering.h - remove unnecessary includes. NFC.

Replace with forward declarations and move SizeOpts.h down to TargetLoweringBase.cpp


Compare: https://github.com/llvm/llvm-project/compare/0161874c0464...4ed909bb5b59


More information about the All-commits mailing list