Files
clang-p2996/llvm/test/CodeGen/Thumb2
Matt Arsenault c53eb93dd7 PeepholeOpt: Immediately check if a reg_sequence compose supports a subregister (#128279)
This is a quick fix for EXPENSIVE_CHECKS bot failures. I still think we
could
defer looking for a compatible subregister further up the use-def chain,
and
should be able to check compatibilty with the ultimate found source.
2025-02-26 10:15:17 +07:00
..