[all-commits] [llvm/llvm-project] 9aca5b: [X86] getTargetConstantBitsFromNode - remove unnec...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun May 17 06:59:07 PDT 2020


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

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86] getTargetConstantBitsFromNode - remove unnecessary X86ISD::VBROADCAST handling.

We create X86ISD::VBROADCAST_LOAD for constant pool folds now.


  Commit: 6f02633a4f3b28666936b849cfdf8a81aa257ac6
      https://github.com/llvm/llvm-project/commit/6f02633a4f3b28666936b849cfdf8a81aa257ac6
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-05-17 (Sun, 17 May 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelLowering.cpp

  Log Message:
  -----------
  [X86] Add getTargetConstantFromBasePtr helper. NFC.

Allows us to share code from LoadSDNode and MemIntrinsicSDNode constant pool loads.


Compare: https://github.com/llvm/llvm-project/compare/bfd512160fe0...6f02633a4f3b


More information about the All-commits mailing list