[all-commits] [llvm/llvm-project] a950e3: AMDGPU: Move towards deprecating alignbit intrinsic
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Mar 20 08:03:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a950e3beefd55c354b658f2ef79a9406289bcc08
https://github.com/llvm/llvm-project/commit/a950e3beefd55c354b658f2ef79a9406289bcc08
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-03-20 (Fri, 20 Mar 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
Log Message:
-----------
AMDGPU: Move towards deprecating alignbit intrinsic
This is equivalent to llvm.fshr, so legalize the intrinsic to the
generic node.
More information about the All-commits
mailing list