[all-commits] [llvm/llvm-project] 14306c: [X86] Add proper MachinePointerInfo to the loads/s...

topperc via All-commits all-commits at lists.llvm.org
Wed Feb 26 14:47:29 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 14306ce80c660fda31e2b5279b66174066326531
      https://github.com/llvm/llvm-project/commit/14306ce80c660fda31e2b5279b66174066326531
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-02-26 (Wed, 26 Feb 2020)

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

  Log Message:
  -----------
  [X86] Add proper MachinePointerInfo to the loads/stores created for moving data between SSE and X87 in X86DAGToDAGISel::PreprocessISelDAG


  Commit: a8186935aea67e7a3041b83a50a83073a866e936
      https://github.com/llvm/llvm-project/commit/a8186935aea67e7a3041b83a50a83073a866e936
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-02-26 (Wed, 26 Feb 2020)

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

  Log Message:
  -----------
  [X86] Use correct MachineMemOperand for stack load in LowerFLT_ROUNDS_


  Commit: 9c1a707ba3f6dbb684d0b50b8e301468e04c9d61
      https://github.com/llvm/llvm-project/commit/9c1a707ba3f6dbb684d0b50b8e301468e04c9d61
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-02-26 (Wed, 26 Feb 2020)

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

  Log Message:
  -----------
  [X86] Use proper alignment for stack temporary and correct MachinePointerInfo for stack accesses in LowerUINT_TO_FP.


  Commit: 77d9b7b2cdbc401ded68970bc83efc6d1e179318
      https://github.com/llvm/llvm-project/commit/77d9b7b2cdbc401ded68970bc83efc6d1e179318
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-02-26 (Wed, 26 Feb 2020)

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

  Log Message:
  -----------
  [X86] Query constant pool object alignment instead of hardcoding.


Compare: https://github.com/llvm/llvm-project/compare/34ee941f6d04...77d9b7b2cdbc


More information about the All-commits mailing list