[llvm] [CodeGenPrepare] Unmerging GEPs across indirect branches must respect types (PR #68587)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 07:42:38 PDT 2023


================
@@ -0,0 +1,29 @@
+; RUN: llc %s -stop-after=codegenprepare -o - | FileCheck %s
----------------
nikic wrote:

Please run `opt -codegenprepare` instead and use update_test_checks.py.

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


More information about the llvm-commits mailing list