[all-commits] [llvm/llvm-project] e78f70: AMDGPU: Relax test check on tablegen debug output
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Apr 13 12:34:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e78f70bccb8919d74bbbe492aa2fb0eb230b7467
https://github.com/llvm/llvm-project/commit/e78f70bccb8919d74bbbe492aa2fb0eb230b7467
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-04-13 (Wed, 13 Apr 2022)
Changed paths:
M llvm/test/CodeGen/AMDGPU/store-to-constant-error.ll
Log Message:
-----------
AMDGPU: Relax test check on tablegen debug output
Try to match tN and pointer for asserts and non-assert builds.
Commit: 681b9466c9209ee6c7209761a309fb78c6fa1ef6
https://github.com/llvm/llvm-project/commit/681b9466c9209ee6c7209761a309fb78c6fa1ef6
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-04-13 (Wed, 13 Apr 2022)
Changed paths:
M llvm/lib/CodeGen/RegAllocGreedy.cpp
Log Message:
-----------
RegAllocGreedy: Remove redundant check for virtual registers
The set of interfering virtual registers obviously only includes
virtual registers.
Compare: https://github.com/llvm/llvm-project/compare/fa5a4e1b95c8...681b9466c920
More information about the All-commits
mailing list