[clang] [llvm] Inliner: Handle nofpclass return attributes (PR #179776)
Aiden Grossman via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 5 06:35:12 PST 2026
================
@@ -0,0 +1,59 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -S -passes=inline %s | FileCheck %s
+; RUN: opt -S -passes='cgscc(inline)' %s | FileCheck %s
----------------
boomanaiden154 wrote:
Yeah, it looks like a lot of the inliner tests do this (legacy PM cruft?). I'll post a cleanup patch soonish to make it more consistent.
https://github.com/llvm/llvm-project/pull/179776
More information about the cfe-commits
mailing list