[all-commits] [llvm/llvm-project] 76db4e: clang: Fix unnecessary truncation of resource limi...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Nov 11 16:39:05 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 76db4e3c439e6bc2921690e501ba025998f4599d
      https://github.com/llvm/llvm-project/commit/76db4e3c439e6bc2921690e501ba025998f4599d
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-11-11 (Fri, 11 Nov 2022)

  Changed paths:
    M clang/lib/CodeGen/CodeGenAction.cpp

  Log Message:
  -----------
  clang: Fix unnecessary truncation of resource limit values


  Commit: ff2b60bbcb28701c86b200b0c03439a2e6ef6b44
      https://github.com/llvm/llvm-project/commit/ff2b60bbcb28701c86b200b0c03439a2e6ef6b44
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-11-11 (Fri, 11 Nov 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineFunction.h
    M llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
    M llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp

  Log Message:
  -----------
  WebAssembly: Remove MachineFunction reference from MFI

The MachineFunctionInfo here is a bit awkward because
WasmEHInfo is in the MachineFunction but handled from
the target code. Either everything should move into WebAssembly
or into the MachineFunction for MIR serialization.


  Commit: 4f2f7e84ff6e01a3b51fa0450d522a6d35e7e726
      https://github.com/llvm/llvm-project/commit/4f2f7e84ff6e01a3b51fa0450d522a6d35e7e726
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-11-11 (Fri, 11 Nov 2022)

  Changed paths:
    M llvm/lib/Analysis/Loads.cpp

  Log Message:
  -----------
  Analysis: Reorder code in isDereferenceableAndAlignedPointer

GEPs should be the most common and basic case, so try that first.


Compare: https://github.com/llvm/llvm-project/compare/b5bf908fd7f8...4f2f7e84ff6e


More information about the All-commits mailing list