Files
clang-p2996/llvm/test/Transforms/VectorCombine
David Green 93d8d74ae6 [VectorCombine] Remove requirement for Instructions in shuffleToIdentity (#93543)
This removes the check that both operands of the original shuffle are
instructions, which is a relic from a previous version that held more
variables as Instructions.
2024-05-29 09:36:53 +01:00
..