[all-commits] [llvm/llvm-project] 664a0f: [TableGen] Add predicates for immediates compariso...
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Wed Jan 24 23:17:45 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 664a0faac464708fc061d12e5cd492fcbfea979a
https://github.com/llvm/llvm-project/commit/664a0faac464708fc061d12e5cd492fcbfea979a
Author: Wang Pengcheng <wangpengcheng.pp at bytedance.com>
Date: 2024-01-25 (Thu, 25 Jan 2024)
Changed paths:
M llvm/include/llvm/Target/TargetInstrPredicate.td
M llvm/utils/TableGen/PredicateExpander.cpp
M llvm/utils/TableGen/PredicateExpander.h
Log Message:
-----------
[TableGen] Add predicates for immediates comparison (#76004)
These predicates can be used to represent `<`, `<=`, `>`, `>=`.
And a predicate for `in range` is added.
More information about the All-commits
mailing list