[all-commits] [llvm/llvm-project] 549b52: [X86][NewPM] Mark X86AsmPrinter isRequired (#188278)
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Mar 24 10:21:21 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 549b529225050ecf597b2e0824857f041065d465
https://github.com/llvm/llvm-project/commit/549b529225050ecf597b2e0824857f041065d465
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-03-24 (Tue, 24 Mar 2026)
Changed paths:
M llvm/lib/Target/X86/X86AsmPrinter.h
M llvm/test/CodeGen/X86/npm-asmprint.ll
Log Message:
-----------
[X86][NewPM] Mark X86AsmPrinter isRequired (#188278)
Otherwise the pass does not run when a function has the optnone
attribute, which means we get no assembly out for functions marked
optnone.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list