[llvm] [AMDGPU] Emit S_CBRANCH_SCC for floating-point conditions. (PR #120588)
Konstantina Mitropoulou via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 19 08:40:18 PST 2024
================
@@ -2389,13 +2389,15 @@ bool AMDGPUDAGToDAGISel::isCBranchSCC(const SDNode *N) const {
if (VT == MVT::i32)
return true;
+ const auto *ST = static_cast<const GCNSubtarget *>(Subtarget);
----------------
kmitropoulou wrote:
Done :)
https://github.com/llvm/llvm-project/pull/120588
More information about the llvm-commits
mailing list