[all-commits] [llvm/llvm-project] bc8b42: Run ObjCContractPass in Distributed Thin-LTO Pipeline

Nuri Amari via All-commits all-commits at lists.llvm.org
Wed May 15 17:13:52 PDT 2024


  Branch: refs/heads/users/nuriamari/objc-distributed-thinlto
  Home:   https://github.com/llvm/llvm-project
  Commit: bc8b42a7a2b20a248d7b3627652b3d3081980c64
      https://github.com/llvm/llvm-project/commit/bc8b42a7a2b20a248d7b3627652b3d3081980c64
  Author: Nuri Amari <nuriamari at fb.com>
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
    M clang/lib/CodeGen/BackendUtil.cpp
    A clang/test/CodeGen/thinlto-distributed-objc-contract-pass.ll

  Log Message:
  -----------
  Run ObjCContractPass in Distributed Thin-LTO Pipeline

Summary:
Prior to this patch, when using -fthinlto-index= the
ObjCARCContractPass isn't run prior to CodeGen, and
instruction selection fails on IR containing
arc intrinstics.

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D57417125



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list