[llvm] 9b8b1ac - [AMDGPU] Add a comment for a missing fold

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 7 01:58:12 PDT 2022


Author: Jay Foad
Date: 2022-09-07T09:57:18+01:00
New Revision: 9b8b1ac43619462073b185c4b954ee1b6d6de298

URL: https://github.com/llvm/llvm-project/commit/9b8b1ac43619462073b185c4b954ee1b6d6de298
DIFF: https://github.com/llvm/llvm-project/commit/9b8b1ac43619462073b185c4b954ee1b6d6de298.diff

LOG: [AMDGPU] Add a comment for a missing fold

Added: 
    

Modified: 
    llvm/test/CodeGen/AMDGPU/kill-infinite-loop.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AMDGPU/kill-infinite-loop.ll b/llvm/test/CodeGen/AMDGPU/kill-infinite-loop.ll
index 930a1b7b931b2..6b33b6bea4d8c 100644
--- a/llvm/test/CodeGen/AMDGPU/kill-infinite-loop.ll
+++ b/llvm/test/CodeGen/AMDGPU/kill-infinite-loop.ll
@@ -9,6 +9,7 @@
 ; this case right before the s_endpgm to avoid GPU hangs, which is what this
 ; tests.
 
+; FIXME: Immediate value 0x41200000 should be folded into the v_cmp instruction.
 define amdgpu_ps void @return_void(float %0) #0 {
 ; CHECK-LABEL: return_void:
 ; CHECK:       ; %bb.0: ; %main_body


        


More information about the llvm-commits mailing list