[PATCH] D156398: [AMDGPU] Remove post-PromoteAlloca SROA run
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 1 17:00:43 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/amdgpu_isel.ll:4
define i64 @i64_test(i64 %i) nounwind readnone {
%loc = alloca i64
%j = load i64, i64 * %loc
----------------
Fixed this in 1f0d24ce24e92ed69f949d6974b87a10af27bd2b
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156398/new/
https://reviews.llvm.org/D156398
More information about the llvm-commits
mailing list