[llvm] [AMDGPU] (x or y) xor -1 -> x nor y (PR #130264)
Petar Avramovic via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 11 10:29:25 PDT 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
+; RUN: llc -mtriple=amdgcn-amd-amdpal -mcpu=gfx1100 -mattr="+wavefrontsize32,-wavefrontsize64" -o - < %s | FileCheck %s
----------------
petar-avramovic wrote:
works for global-isel
https://github.com/llvm/llvm-project/pull/130264
More information about the llvm-commits
mailing list