[all-commits] [llvm/llvm-project] 9bf51b: [ARM] Generate build-attributes more correctly in ...
David Green via All-commits
all-commits at lists.llvm.org
Sat Sep 27 08:51:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9bf51b2b19064644ca447cde425dccf2bd971722
https://github.com/llvm/llvm-project/commit/9bf51b2b19064644ca447cde425dccf2bd971722
Author: David Green <david.green at arm.com>
Date: 2025-09-27 (Sat, 27 Sep 2025)
Changed paths:
M llvm/lib/Target/ARM/ARMAsmPrinter.cpp
M llvm/test/CodeGen/ARM/build-attributes-fn-attr3.ll
M llvm/test/CodeGen/ARM/build-attributes-fn-attr4.ll
M llvm/test/CodeGen/ARM/build-attributes-fn-attr5.ll
M llvm/test/CodeGen/ARM/build-attributes-fn-attr6.ll
Log Message:
-----------
[ARM] Generate build-attributes more correctly in the presence of intrinsic declarations. (#160749)
This code doesn't work very well, but this makes it work when intrinsic
definitions are present. It now discounts functions declarations from
the set of attributes it looks at.
The code would have worked better before
0ab5b5b8581d9f2951575f7245824e6e4fc57dec when module-level attributes
could provide the information used to construct build-attributes.
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