[PATCH] D85700: [Attributor][NFC] Reformat tests after D85099
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 18:39:34 PDT 2020
jdoerfert added inline comments.
================
Comment at: llvm/test/Transforms/Attributor/ArgumentPromotion/byval.ll:161
+; IS__TUNIT_NPM-NEXT: [[S_0_1:%.*]] = getelementptr [[STRUCT_SS]], %struct.ss* [[S]], i32 0, i32 1
+; IS__TUNIT_NPM-NEXT: [[TMP3:%.*]] = load i64, i64* [[S_0_1]], align 32
; IS__TUNIT_NPM-NEXT: [[C1:%.*]] = call i32 @g(i32 [[TMP2]], i64 [[TMP3]])
----------------
This is an artifact of the tools that we need to find eventually, nothing changed here except the names of some variables.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85700/new/
https://reviews.llvm.org/D85700
More information about the llvm-commits
mailing list