[all-commits] [llvm/llvm-project] 6c462f: AMDGPU: Move intrinsic definition out of subtarget...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Nov 26 18:13:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c462fe2112c83b2682ffa3e7b0a70c33ea4ca7e
https://github.com/llvm/llvm-project/commit/6c462fe2112c83b2682ffa3e7b0a70c33ea4ca7e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
Log Message:
-----------
AMDGPU: Move intrinsic definition out of subtarget specific section
This was at the end of the subtarget specific intrinsics and
before backend internal intrinsics. Move it with other genericish
synthetic intrinsics.
More information about the All-commits
mailing list