[all-commits] [llvm/llvm-project] b36370: [AMDGPU] Add IntrWillReturn to three intrinsics
Sebastian Neubauer via All-commits
all-commits at lists.llvm.org
Tue Jan 26 06:33:49 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b36370d15335d7703715eb8cf3a3c62da36c2668
https://github.com/llvm/llvm-project/commit/b36370d15335d7703715eb8cf3a3c62da36c2668
Author: Sebastian Neubauer <sebastian.neubauer at amd.com>
Date: 2021-01-26 (Tue, 26 Jan 2021)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
Log Message:
-----------
[AMDGPU] Add IntrWillReturn to three intrinsics
None of these can terminate a wave or lane.
With these, all intrinsic are IntrWillReturn except those that change
exec or can terminate the wave.
Not marking intrinsics as WillReturn may prevent optimizations in the
future: https://lists.llvm.org/pipermail/llvm-dev/2021-January/148047.html
Differential Revision: https://reviews.llvm.org/D95436
More information about the All-commits
mailing list