[llvm] [AMDGPU] Handled G_UBSANTRAP GlobalIsel (PR #134492)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 6 19:55:34 PDT 2025
================
@@ -0,0 +1,13 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -global-isel < %s | FileCheck %s
----------------
arsenm wrote:
This should probably just merge in with trap-abis.ll and/or trap.ll. You're not testing both dag (which looks untested) or the various ABI options
https://github.com/llvm/llvm-project/pull/134492
More information about the llvm-commits
mailing list