[all-commits] [llvm/llvm-project] 413507: [AMDGPU] use llvm_unreachable instead of default f...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Mon Feb 24 12:02:24 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4135077e2694435d675e64ff95f167b4e27ba5c7
https://github.com/llvm/llvm-project/commit/4135077e2694435d675e64ff95f167b4e27ba5c7
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
Log Message:
-----------
[AMDGPU] use llvm_unreachable instead of default for rp set
GCC 9.2 seems to incorrectly issue warning about out of bounds
access. This situation should not happen in any way.
Differential Revision: https://reviews.llvm.org/D75071
More information about the All-commits
mailing list