[llvm] AMDGPU/GlobalISelDivergenceLowering: select divergent i1 phis (PR #76145)
Petar Avramovic via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 21 07:11:00 PST 2023
================
@@ -1,5 +1,6 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 3
; RUN: llc -global-isel -amdgpu-global-isel-risky-select -mtriple=amdgcn-amd-amdpal -mcpu=gfx1010 < %s | FileCheck -check-prefix=GFX10 %s
+; REQUIRES: do-not-run-me
----------------
petar-avramovic wrote:
Temporarily disable .ll tests since some operands are missing register class and compilation fails, will be removed in patch number 4 or 5 depending on the test.
https://github.com/llvm/llvm-project/pull/76145
More information about the llvm-commits
mailing list