[PATCH] D128636: AMDGPU: Make packed 32-bit instructions rematerializable

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 27 11:09:02 PDT 2022


rampitec added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/remat-vop-gfx940.mir:2
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx940 -verify-machineinstrs --stress-regalloc=2 -start-before=greedy,0 -stop-after=virtregrewriter,1 -o - %s | FileCheck -check-prefix=GCN %s
+
----------------
These should work with gfx90a and the test can be merged with the existing remat-vop.mir.


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

https://reviews.llvm.org/D128636



More information about the llvm-commits mailing list