As shown in D154820, the DataLayout-independent constant folding interface is not
good enough for handling GEPs. Instead we should be using the DataLayout-aware
constant folding interface. Since there isn't a method to specifically handle GEPs we
can use the one which folds generic instruction operands.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo