[llvm] [AMDGPU] (x or y) xor -1 -> x nor y (PR #130264)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 7 01:46:09 PST 2025
================
@@ -0,0 +1,68 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 3
+; RUN: llc -mtriple=amdgcn-amd-amdpal -mcpu=gfx1200 -mattr="-wavefrontsize32,+wavefrontsize64" -o - < %s | FileCheck %s
----------------
arsenm wrote:
wave32 and wave64 can be tested in the same file
https://github.com/llvm/llvm-project/pull/130264
More information about the llvm-commits
mailing list