[llvm] [SPIRV] Support G_IS_FPCLASS (PR #148637)
Dmitry Sidorov via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 22 06:36:53 PDT 2025
================
@@ -0,0 +1,367 @@
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s
----------------
MrSidims wrote:
Please also have a test with more-than-one masks used at once. I suspect there might be redundant/duplicating OpBitwiseAnd instructions generated.
https://github.com/llvm/llvm-project/pull/148637
More information about the llvm-commits
mailing list