[llvm] Invalidate range metadata when folding bitcast into load (PR #133095)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 26 19:12:43 PDT 2025
================
@@ -0,0 +1,24 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=x86_64-apple-macosx10.12.0 -O0 < %s | FileCheck %s
----------------
LU-JOHN wrote:
-O0 is unnecessary. Verified crash without -O0 and without fix. With fix test passes.
https://github.com/llvm/llvm-project/pull/133095
More information about the llvm-commits
mailing list