Add a combiner helper to transform unmerge of zext into one zext and
a constant 0
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with nit. Could possibly use a legality check but I could't come up with an example where it would matter
llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp | ||
---|---|---|
1741 | Don't need = 0 |
Don't need = 0