llvm-project
91439817 - ARM: Avoid using isTarget wrappers around Triple predicates (#144705)

Commit
83 days ago
ARM: Avoid using isTarget wrappers around Triple predicates (#144705) These are module level properties, and querying them through a function-level subtarget context is confusing. Plus we don't need an aliased name. This doesn't avoid all the uses, just the ones in the TargetLowering constructor.
Author
Parents
Loading