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

Momchil Velikov via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 07:21:16 PDT 2024


momchil-velikov wrote:

> A quick look at #81141 suggests at worst you'd just move from the `std::optional<unsigned>` this patch would introduce to `std::optional<std::pair<unsigned,MachineInstr*>>`.

Done.

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


More information about the llvm-commits mailing list