[PATCH] D146823: [GVN] Avoid replacing uniforms with non-uniforms in propagateEquality

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 02:03:33 PDT 2023


nikic added a comment.

Compile-time: http://llvm-compile-time-tracker.com/compare.php?from=712dfec1781db8aa92782b98cac5517db548b7f9&to=406639396dd168f459ffb5efcac9eaa1db881f56&stat=instructions:u Would certainly be good if UniformityAnalysis were free for non-GPU targets.



================
Comment at: llvm/test/Transforms/GVN/AMDGPU/uniform-values.ll:1
+; RUN: opt < %s -mtriple=amdgcn -passes=gvn -S | FileCheck %s
+
----------------
Use update_test_checks.py.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D146823/new/

https://reviews.llvm.org/D146823



More information about the llvm-commits mailing list