[all-commits] [llvm/llvm-project] 10c10f: [AMDGPU] Fix assertion failure in SIInsertHardClauses
jayfoad via All-commits
all-commits at lists.llvm.org
Fri May 15 07:57:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 10c10f2419676175ef3dbafe8ace869aaf6dc6bb
https://github.com/llvm/llvm-project/commit/10c10f2419676175ef3dbafe8ace869aaf6dc6bb
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInsertHardClauses.cpp
M llvm/test/CodeGen/AMDGPU/hard-clauses.mir
Log Message:
-----------
[AMDGPU] Fix assertion failure in SIInsertHardClauses
This new pass failed an assertion whenever there were s_nops after the
end of clause.
Differential Revision: https://reviews.llvm.org/D80007
More information about the All-commits
mailing list