[llvm] [DAGCombiner] Ensure poison-generating flags are stripped in `freeze` op (PR #114582)
Antonio Frighetto via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 1 11:03:03 PDT 2024
================
@@ -0,0 +1,40 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=arm-linux-gnueabi -mcpu=arm1022e -mattr=armv5te -o - %s | FileCheck %s
----------------
antoniofrighetto wrote:
It's quite weird as I didn't get any warning, this definitely needs to be fixed. Dropped it as turned to be not needed (gets exercized anyways).
https://github.com/llvm/llvm-project/pull/114582
More information about the llvm-commits
mailing list