[all-commits] [llvm/llvm-project] f0abef: AMDGPU: Add IntrWillReturn to intrinsic definitions
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jun 18 12:38:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f0abefaf50867f8a046aee9c8c1fe980dc24e2c8
https://github.com/llvm/llvm-project/commit/f0abefaf50867f8a046aee9c8c1fe980dc24e2c8
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-06-18 (Thu, 18 Jun 2020)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll
M llvm/test/CodeGen/AMDGPU/annotate-kernel-features-hsa.ll
M llvm/test/Transforms/CodeGenPrepare/AMDGPU/addressing-modes.ll
M llvm/test/Transforms/InstCombine/AMDGPU/amdgcn-intrinsics.ll
Log Message:
-----------
AMDGPU: Add IntrWillReturn to intrinsic definitions
This should probably be implied for all the speculatable ones. I think
the only ones where this plausibly doesn't apply is s_sendmsghalt and
maybe kill.
More information about the All-commits
mailing list