[all-commits] [llvm/llvm-project] 1f15e3: AMDGPU/GlobalISel: Don't pointlessly check for con...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Sep 15 13:32:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f15e39d8194885cb0aea618cce12eb416b2129f
https://github.com/llvm/llvm-project/commit/1f15e39d8194885cb0aea618cce12eb416b2129f
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-09-15 (Fri, 15 Sep 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.cpp
Log Message:
-----------
AMDGPU/GlobalISel: Don't pointlessly check for convergent intrinsics
The set of handled intrinsics for fneg combines aren't convergent. The only
case we might want to handle is mov_dpp.
More information about the All-commits
mailing list