[llvm] Skip tranformConstExprCastCall for naked function (PR #76496)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 1 01:46:57 PST 2024
================
@@ -0,0 +1,16 @@
+; RUN: opt < %s -passes=instcombine -S | FileCheck %s
----------------
nikic wrote:
Use update_test_checks.py.
Preferably also find where all other tests for this transform are and add it to that file, instead of creating a new one.
https://github.com/llvm/llvm-project/pull/76496
More information about the llvm-commits
mailing list