[all-commits] [llvm/llvm-project] c91d5c: InjectTLIMappings: remove incompatible attributes ...
Rux124 via All-commits
all-commits at lists.llvm.org
Wed Jan 21 21:39:32 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c91d5c76db36c0fe7df72c93945a131f08f43030
https://github.com/llvm/llvm-project/commit/c91d5c76db36c0fe7df72c93945a131f08f43030
Author: Rux124 <jhlee755 at andestech.com>
Date: 2026-01-22 (Thu, 22 Jan 2026)
Changed paths:
M llvm/lib/Transforms/Utils/InjectTLIMappings.cpp
M llvm/test/Transforms/Util/add-TLI-mappings.ll
Log Message:
-----------
InjectTLIMappings: remove incompatible attributes from vector declarations. (#173206)
Some attributes (e.g., the signext attribute) are not supported on
vector types; adding them would cause the verifier pass to fail.
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