[PATCH] D79882: [FileCheck] Add saturation support to numerical expressions.

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 15:16:52 PDT 2020


thopre added a comment.

I'm not a big fan of the syntax, why not introduce a functional notation instead? E.g. CHECK-NEXT: #min(VAR1,20). Also since the operation you perform is min and max why not use these instead of usat_high and usat_low?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79882





More information about the llvm-commits mailing list