[all-commits] [llvm/llvm-project] 6fa1d1: ProcessImplicitDefs: Use required properties inste...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Apr 22 15:29:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6fa1d12b3ca7665cf5cc20682ccd5d62a00b58ed
https://github.com/llvm/llvm-project/commit/6fa1d12b3ca7665cf5cc20682ccd5d62a00b58ed
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-04-22 (Fri, 22 Apr 2022)
Changed paths:
M llvm/lib/CodeGen/ProcessImplicitDefs.cpp
Log Message:
-----------
ProcessImplicitDefs: Use required properties instead of isSSA assert
Commit: debfb96be62b43a9373b6a7478b5c4a87f8f7af4
https://github.com/llvm/llvm-project/commit/debfb96be62b43a9373b6a7478b5c4a87f8f7af4
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-04-22 (Fri, 22 Apr 2022)
Changed paths:
A llvm/test/tools/llvm-reduce/mir/preserve-max-call-frame-size.mir
M llvm/tools/llvm-reduce/ReducerWorkItem.cpp
Log Message:
-----------
llvm-reduce: Fix cloning unset maxCallFrameSize
This was promoting an unset max call frame size to a max call frame
size of 0.
Compare: https://github.com/llvm/llvm-project/compare/8ed2bd1e7465...debfb96be62b
More information about the All-commits
mailing list