[PATCH] D109823: [GlobalOpt] Do not shrink global to bool for an unfavorable AS

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 15 07:32:18 PDT 2021


arsenm added inline comments.


================
Comment at: llvm/test/Transforms/GlobalOpt/shrink-global-to-bool.ll:1
+; RUN: opt -passes=globalopt < %s -S | FileCheck %s
+; RUN: opt -passes=globalopt --mtriple=amdgcn-amd-amdhsa < %s -S | FileCheck %s --check-prefix=AMDGCN
----------------
Probably should use an explicit target for the reference line


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109823/new/

https://reviews.llvm.org/D109823



More information about the llvm-commits mailing list