Idx's type can be different from Ptr's, causing a "Binary operator types must match" assertion failure when emitting the MUL.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,060 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Event Timeline
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
---|---|---|
20526 | Can drop the check, getZExtOrTrunc does it for you |
Can drop the check, getZExtOrTrunc does it for you