[llvm] [AMDGPU] Allow sinking of free vector ops (PR #109172)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 23:18:58 PDT 2024


================
@@ -0,0 +1,48 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -march=amdgcn -mcpu=gfx942 < %s | FileCheck -enable-var-scope --check-prefix=GCN %s
----------------
arsenm wrote:

Use -mtriple instead of -march 

https://github.com/llvm/llvm-project/pull/109172


More information about the llvm-commits mailing list