[PATCH] D153829: [AArch64] Move branch relaxation after bbsection assignment
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 20 16:56:38 PDT 2023
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
Not sure I follow how the test changes capture this but seems fine
================
Comment at: llvm/test/DebugInfo/AArch64/fallthrough-branch.ll:10
%2 = alloca i1, align 8
%3 = bitcast i1* %2 to i8*
call void @llvm.memset.p0i8.i64(i8* align 8 %3, i8 0, i64 1, i1 false)
----------------
How did this test escape opaquification?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153829/new/
https://reviews.llvm.org/D153829
More information about the llvm-commits
mailing list