[PATCH] D58220: [AMDGPU] Ressociate 'add (add x, y), z' to use SALU

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 13 21:15:25 PST 2019


rampitec added inline comments.


================
Comment at: test/CodeGen/AMDGPU/reassoc-scalar.ll:1
+; RUN: llc -mtriple=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s
+
----------------
arsenm wrote:
> Should have a gfx9 run line also because of add3
Added. However v_add3 was not generated for these tests.


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

https://reviews.llvm.org/D58220





More information about the llvm-commits mailing list