[llvm] [AMDGPU] Add option to prevent insns straddling half cache-line boundaries (PR #150239)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 23 08:49:08 PDT 2025
================
@@ -0,0 +1,29 @@
+#!/usr/bin/env python3
----------------
arsenm wrote:
This is unusual and we probably shouldn't need python in these tests. If it's going to exist it needs to be in an Inputs subdirectory
https://github.com/llvm/llvm-project/pull/150239
More information about the llvm-commits
mailing list