[llvm] [AMDGPU] Prefer vector i8s in PHI Nodes (PR #91016)

Jeffrey Byrnes via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 12:10:44 PDT 2024


================
@@ -363,6 +363,10 @@ class TargetTransformInfoImplBase {
     return 0;
   }
 
+  InstructionCost getPHIScalarizationOverhead(Type *ScalarTy, VectorType *VTy) {
+    return 0;
----------------
jrbyrnes wrote:

Outdated

https://github.com/llvm/llvm-project/pull/91016


More information about the llvm-commits mailing list