[all-commits] [llvm/llvm-project] 856f79: Compress a few pairs using PointerIntPairs

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Sun Dec 4 07:55:35 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 856f7937c79592d8157bcf515162bf9ee02853cd
      https://github.com/llvm/llvm-project/commit/856f7937c79592d8157bcf515162bf9ee02853cd
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2022-12-04 (Sun, 04 Dec 2022)

  Changed paths:
    M llvm/include/llvm/Transforms/IPO/Attributor.h
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    M llvm/lib/Analysis/ScalarEvolution.cpp
    M llvm/lib/Transforms/IPO/Attributor.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp

  Log Message:
  -----------
  Compress a few pairs using PointerIntPairs

Use the uniform structured bindings interface where possible. NFCI.




More information about the All-commits mailing list