[llvm] [NFC][AMDGPU][GlobalISel] Test bufer_load/store of pointers (crashes) (PR #110711)
Krzysztof Drewniak via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 1 10:51:05 PDT 2024
================
@@ -0,0 +1,71 @@
+; RUN: not --crash llc -global-isel -mtriple=amdgcn -mcpu=gfx90a -verify-machineinstrs -stop-after=instruction-select < %s
----------------
krzysz00 wrote:
Good to know about not precommiting tests that crash - I remember way back in the day someone wanting a `not --crash` test for a bug I was fixing, hence the precommit
https://github.com/llvm/llvm-project/pull/110711
More information about the llvm-commits
mailing list