mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SILOpt] Allow pre-specializations for _Trivial of known size (#70256)
* [SILOpt] Allow pre-specializations for _Trivial of known size rdar://119224542 This allows pre-specializations to be generated and applied for trivial types of a shared size.
This commit is contained in:
@@ -56,6 +56,9 @@ public:
|
||||
}
|
||||
|
||||
SILModule &getModule() const { return *getPassManager().getModule(); }
|
||||
irgen::IRGenModule *getIRGenModule() const {
|
||||
return transform.getIRGenModule();
|
||||
}
|
||||
|
||||
private:
|
||||
SILPassManager &getPassManager() const {
|
||||
|
||||
Reference in New Issue
Block a user