[llvm] AlignmentFromAssumptions should only track pointer operand users (PR #73370)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 4 11:32:15 PST 2023
================
@@ -0,0 +1,206 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt < %s -passes=alignment-from-assumptions -S | FileCheck %s
+; ModuleID = 'alignment-from-assumptions_dont_crash.ll'
+source_filename = "alignment-from-assumptions_dont_crash.ll"
----------------
nikic wrote:
Drop ModuleID/source_filename.
https://github.com/llvm/llvm-project/pull/73370
More information about the llvm-commits
mailing list