[PATCH] D139420: [AArch64] implement GPR (U/S)(MIN/MAX) instruction GISel support

Ties Stuij via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 06:53:31 PST 2022


stuij added a comment.

I have tried to collapse the to check test output for the different run configuration as we discussed on the SelDag ticket for this (D138813 <https://reviews.llvm.org/D138813>). However I could not wrangle the prefixes in a configuration that would make the update script output sensible checks that would cover all 4 cases. Hand-crafting is not a good route I think, especially since even though spelling out all 4 outputs is a bit verbose, it doesn't make things less clear, which should be the more important measure I think.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139420/new/

https://reviews.llvm.org/D139420



More information about the llvm-commits mailing list