While working on this code to support outputs from callbr along indirect
branches, I kept making these changes again and again. Precommit these.
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/SelectionDAGBuilder.cpp | ||
---|---|---|
10876 | Can drop the & |
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | ||
---|---|---|
10876 | Aren't EVTs larger than the word size? Isn't it cheaper to take by ref to avoid a copy? |
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | ||
---|---|---|
10876 | It's an int and a pointer. It's going to get copied to pass by value to getNumRegisters anyway. |
Can drop the &