[all-commits] [llvm/llvm-project] 7cbc5d: [X86] X86TargetLowering::isSafeMemOpType - break i...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Mar 4 04:15:34 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7cbc5df438bb9cac98a62ab72be8807d8488c334
      https://github.com/llvm/llvm-project/commit/7cbc5df438bb9cac98a62ab72be8807d8488c334
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-03-04 (Thu, 04 Mar 2021)

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

  Log Message:
  -----------
  [X86] X86TargetLowering::isSafeMemOpType - break if-else chain. NFCI.

All if-else blocks return - fixes clang-tidy warning.


  Commit: 7d3d9fe8cdf5f884c1babab0c3bf3aa858bb5a1f
      https://github.com/llvm/llvm-project/commit/7d3d9fe8cdf5f884c1babab0c3bf3aa858bb5a1f
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-03-04 (Thu, 04 Mar 2021)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

  Log Message:
  -----------
  [DAG] TargetLowering::BuildUDIV - use APInt as const ref. NFCI.

Fixes clang-tidy warning.


Compare: https://github.com/llvm/llvm-project/compare/f69d5a7fc7e4...7d3d9fe8cdf5


More information about the All-commits mailing list