Now that D139525 fixes the Hexagon infinite loop, the stopgap can be
removed to provide more information about known bits in SPLAT_VECTOR
whose operands are smaller than the bit width (which is most of the
time)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | ||
---|---|---|
2984 | Why extractBits instead of trunc? |
Comment Actions
Test case?
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | ||
---|---|---|
2980 | It looks like you've got some extra white space here. |
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | ||
---|---|---|
2984 | Thanks, that was exactly the function I was looking for |
It looks like you've got some extra white space here.