[PATCH] D95878: [AMDGPU]: Fixes an invalid clamp selection pattern.
Thomas Symalla via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 3 08:16:43 PST 2021
tsymalla updated this revision to Diff 321101.
tsymalla added a comment.
[AMDGPU] Re-adding the changes from D93708 <https://reviews.llvm.org/D93708> and fixing the clamp selection pattern.
This patch intends to re-add the changes from D93708 <https://reviews.llvm.org/D93708> which were removed in d49efdc9696afee4b972c54bc3678b28c5700047 <https://reviews.llvm.org/rGd49efdc9696afee4b972c54bc3678b28c5700047> and should fix the issue adressed in this update.
This should fix the sanitizer builds and prevent applying the clamp in unwanted cases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95878/new/
https://reviews.llvm.org/D95878
Files:
llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
llvm/lib/Target/AMDGPU/AMDGPUCombine.td
llvm/lib/Target/AMDGPU/AMDGPUGISel.td
llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
llvm/lib/Target/AMDGPU/AMDGPUPreLegalizerCombiner.cpp
llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
llvm/lib/Target/AMDGPU/SIInstructions.td
llvm/test/CodeGen/AMDGPU/GlobalISel/combine-short-clamp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95878.321101.patch
Type: text/x-patch
Size: 16390 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210203/73869918/attachment.bin>
More information about the llvm-commits
mailing list