Files
clang-p2996/llvm/test/Transforms/SimplifyCFG/hoist-common-code.ll
Nikita Popov b3fa45b642 [SimplifyCFG] Add support for hoisting commutative instructions (#104805)
This extends SimplifyCFG hoisting to also hoist instructions with
commuted operands, for example a+b on one side and b+a on the other
side.

This should address the issue mentioned in:
https://github.com/llvm/llvm-project/pull/91185#issuecomment-2097447927
2024-08-20 12:48:06 +02:00

14 KiB