This patch uses the abstract attributor introduced in D111054 to get the
assumption values instead of the hasAssumption function. This also
calls it so assumption information should propagate throug the device
where applicabile.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can we have a test where the attribute is not directly attached but propagated?
llvm/lib/Transforms/IPO/OpenMPOpt.cpp | ||
---|---|---|
4401 | Do we need these? The getAAFor code should create all AAs we need on demand, no? |
Do we need these? The getAAFor code should create all AAs we need on demand, no?