[llvm] goldsteinn/pr71330 (PR #71489)

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 6 21:48:11 PST 2023


================
@@ -0,0 +1,229 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 3
+; RUN: opt -O3 -S < %s | FileCheck %s
----------------
goldsteinn wrote:

I know this isn't ideal.
I'm properly not able to get a reproduction without `-O3`.
Even if I enable all O3 passes manually it doesn't reproduce (neither the original bug nor this).
I'm thinking that may mean I misdiagnosed something here.

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


More information about the llvm-commits mailing list