[llvm] [CodeGenPrepare] Preserve flags (such as nsw/nuw) in SinkCast (PR #89904)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 04:15:33 PDT 2024
================
@@ -0,0 +1,30 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt -S -passes='require<profile-summary>,function(codegenprepare)' -mtriple=riscv64 %s \
----------------
nikic wrote:
profile-summary doesn't look relevant here...
https://github.com/llvm/llvm-project/pull/89904
More information about the llvm-commits
mailing list