The last operand of these instructions was "unknown", when writing
patterns for them. It ends up testing the type of the operand but it
would always fail as that operand is supposed to be an immediate inside
the instruction.
Moreover, G_INDEXED_STORE had a ptype as its offset type, it makes it
incorrect and prevents correct pattern checking to be generated as it
would be checking for a pointer on its offset operand.
Details
Details
- Reviewers
t.p.northover dsanders
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,030 ms | x64 debian > libFuzzer.libFuzzer::fuzzer-leak.test |