[PATCH] D156414: [AMDGPU] Break Large PHIs: Take whole PHI chains into account
    Matt Arsenault via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jul 31 16:43:03 PDT 2023
    
    
  
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp:34
 #include "llvm/Transforms/Utils/Local.h"
+#include <cmath>
 
----------------
Dead include
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156414/new/
https://reviews.llvm.org/D156414
    
    
More information about the llvm-commits
mailing list