[llvm] [CanonicalizeFreezeInLoops] fix duplicate removal (PR #74716)

Wei Tao via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 20 02:18:51 PST 2023


================
@@ -0,0 +1,19 @@
+; RUN: opt < %s --passes=canon-freeze -S | FileCheck %s
----------------
Friedrich20 wrote:

Sorry to make you confused... I am new to contribute LLVM.
The case is there to reproduce the crash of the main branch. It seems not to be feasible to run `update_test_checks.py --opt-bin /llvm-project/build/bin/opt duplicate_remove.ll` under the circumstance. Would you like to give me some guidance?

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


More information about the llvm-commits mailing list