================ @@ -0,0 +1,18 @@ +; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6 +; RUN: opt -S -p gvn < %s | FileCheck %s + +; Check GVN does not eliminate the second call bacause of operand bundle presence. ---------------- momchil-velikov wrote:
Indeed, the bundle name was supposed to differ. https://github.com/llvm/llvm-project/pull/210335 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
