[llvm] [AMDGPU] Add a trap lowering workaround for gfx11 (PR #85854)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 22 03:30:26 PDT 2024
================
@@ -0,0 +1,40 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 2
+# RUN: llc -global-isel=1 -mtriple=amdgcn--amdhsa -mcpu=gfx1100 -o - -run-pass=legalizer %s | FileCheck -check-prefix=GCN %s
----------------
arsenm wrote:
Don't need -global-isel with MIR tests
https://github.com/llvm/llvm-project/pull/85854
More information about the llvm-commits
mailing list