[llvm] [AMDGPU] Create local KnownBits in case DenseMap gets invalidated (PR #111568)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 11:29:25 PDT 2024
================
@@ -0,0 +1,120 @@
+; REQUIRES: asserts
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1030 -o - %s 2>&1 | FileCheck %s
+
----------------
arsenm wrote:
Add a comment explaining what this tests. Include the issue number in the filename?
https://github.com/llvm/llvm-project/pull/111568
More information about the llvm-commits
mailing list