[all-commits] [llvm/llvm-project] 869f05: AMDGPU: Remove dead paths for requiresUniformRegister
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Apr 6 13:15:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 869f05c83491ce59208c0e24ce9fc48da22fd833
https://github.com/llvm/llvm-project/commit/869f05c83491ce59208c0e24ce9fc48da22fd833
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-04-06 (Mon, 06 Apr 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
Log Message:
-----------
AMDGPU: Remove dead paths for requiresUniformRegister
The extracts from control flow intrinsics are already properly handled
by divergence analysis. The inline asm case isn't dead, but has also
never really worked correctly so leave it as-is for now.
More information about the All-commits
mailing list