[all-commits] [llvm/llvm-project] 048521: [IRBuilder] Remove redundant createGEP() overloads...

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri May 13 03:43:39 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0485211dd0edca4d0f000ff7d053fe20dbd7531e
      https://github.com/llvm/llvm-project/commit/0485211dd0edca4d0f000ff7d053fe20dbd7531e
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-05-13 (Fri, 13 May 2022)

  Changed paths:
    M llvm/include/llvm/IR/IRBuilder.h

  Log Message:
  -----------
  [IRBuilder] Remove redundant createGEP() overloads (NFC)

ArrayRef<Value *> also accepts a single Value *, there's no need
to create separate overloads for this.


  Commit: d9ad6a2c8b767de5c940bba2c1e61d81fe178c37
      https://github.com/llvm/llvm-project/commit/d9ad6a2c8b767de5c940bba2c1e61d81fe178c37
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-05-13 (Fri, 13 May 2022)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp

  Log Message:
  -----------
  [InstCombine] Fix unused variable warning (NFC)


Compare: https://github.com/llvm/llvm-project/compare/1de73629aa4c...d9ad6a2c8b76


More information about the All-commits mailing list