[all-commits] [llvm/llvm-project] 43c0c9: AMDGPU: Refactor buffer atomic intrinsic lowering
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Aug 5 11:45:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 43c0c9252a3151660f8549e0e54e788b922b7d98
https://github.com/llvm/llvm-project/commit/43c0c9252a3151660f8549e0e54e788b922b7d98
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-08-05 (Wed, 05 Aug 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.h
Log Message:
-----------
AMDGPU: Refactor buffer atomic intrinsic lowering
Move raw/struct buffer atomic lowering to separate functions. This
avoids a long nested switch, and simplifies a future patch.
More information about the All-commits
mailing list