[PATCH] D135609: [AMDGPU] Fix True16 patterns for cmp on GFX11
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 10 11:57:30 PDT 2022
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/AMDGPU/v_cmp_gfx11.ll:3
+; RUN: llc -march=amdgcn -mcpu=gfx1100 -verify-machineinstrs < %s | FileCheck -check-prefixes=CHECK %s
+target triple = "amdgcn-amd-amdhsa"
+
----------------
Can replace -march with -mtriple
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135609/new/
https://reviews.llvm.org/D135609
More information about the llvm-commits
mailing list