Currently vec types are unsupported by llvm.ptrmask. Should this
change its probably better to fail loudly rather hope the code ends up
working properly for vec types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D156635
[InstCombine] Make combines on `llvm.ptrmask` fail loudly if we have vec types; NFC AbandonedPublic Authored by goldstein.w.n on Jul 30 2023, 4:01 PM.
Details
Diff Detail
Event Timelinegoldstein.w.n added a child revision: D156636: [InstCombine] Deduce `align` and `nonnull` return attributes for `llvm.ptrmask`.Jul 30 2023, 4:03 PM goldstein.w.n added a parent revision: D156634: [InstCombine] Add tests for combining `llvm.ptrmask`; NFC.
Revision Contents
Diff 545479 llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
|