[all-commits] [llvm/llvm-project] 1be75c: IROutliner: Fix missing C++ mode comment
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jan 5 07:26:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1be75c2ce00859dd172a88cd1ae9463b45199ac5
https://github.com/llvm/llvm-project/commit/1be75c2ce00859dd172a88cd1ae9463b45199ac5
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-01-05 (Thu, 05 Jan 2023)
Changed paths:
M llvm/include/llvm/Transforms/IPO/IROutliner.h
Log Message:
-----------
IROutliner: Fix missing C++ mode comment
Commit: a50cec5bf9ede33881988e4b9c3bb9b5ee5f7178
https://github.com/llvm/llvm-project/commit/a50cec5bf9ede33881988e4b9c3bb9b5ee5f7178
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-01-05 (Thu, 05 Jan 2023)
Changed paths:
A llvm/test/tools/llvm-reduce/reduce-global-variable-terminator-user.ll
M llvm/test/tools/llvm-reduce/remove-global-vars.ll
M llvm/tools/llvm-reduce/deltas/ReduceGlobalVars.cpp
Log Message:
-----------
llvm-reduce: Don't delete instructions in global variable reduction
For some reason the global variable reduction was trying to delete
use instructions. This broke the verifier if the user was a terminator,
since the block now no longer has one. It doesn't make sense for this
reduction to delete the users, so just stop doing that.
Commit: 53075f8f4ef03905fed6db86841361621a02a9be
https://github.com/llvm/llvm-project/commit/53075f8f4ef03905fed6db86841361621a02a9be
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-01-05 (Thu, 05 Jan 2023)
Changed paths:
R llvm/test/Analysis/TypeBasedAliasAnalysis/cyclic.ll
A llvm/test/Verifier/tbaa-cyclic.ll
Log Message:
-----------
Verifier: Move test from test/Analysis to test/Verifier
This test was purely checking the verifier error, and had no reason
to be running instcombine.
Compare: https://github.com/llvm/llvm-project/compare/faac89898711...53075f8f4ef0
More information about the All-commits
mailing list