[PATCH] D88315: [AMDGPU] Do not generate mul with 1 in AMDGPU Atomic Optimizer

Mirko Brkusanin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 07:49:12 PDT 2020


mbrkusanin updated this revision to Diff 294702.
mbrkusanin added a comment.

- Changed test to opt + llc global-isel (SDag was already removing these mul instructions, just later on). Should I split the file into two tests?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88315/new/

https://reviews.llvm.org/D88315

Files:
  llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/atomic_optimizations_mul_one.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88315.294702.patch
Type: text/x-patch
Size: 4777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200928/0fc11e08/attachment.bin>


More information about the llvm-commits mailing list