[llvm] [AArch64] Refactor redundant PTEST optimisations (NFC) (PR #87802)

Paul Walker via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 03:50:11 PDT 2024


paulwalker-arm wrote:

A quick look at https://github.com/llvm/llvm-project/pull/81141 suggests at worst you'd just move from the `std::optional<unsigned>` this patch would introduce to `std::optional<std::pair<unsigned,MachineInstr*>>`.

https://github.com/llvm/llvm-project/pull/87802


More information about the llvm-commits mailing list