Files
clang-p2996/llvm/test/CodeGen/Thumb
AtariDreams 1d3329c2e8 [Thumb] Resolve FIXME: Transform "(and (shl x, c2), c1)" into "(shl (and x, c1>>c2), c2)" (#82120)
Transform "(and (shl x, c2), c1)" into "(shl (and x, c1>>c2), c2)" if
"c1 >> c2" is a cheaper immediate than "c1" using
HasLowerConstantMaterializationCost
2024-05-26 14:58:32 -04:00
..