[all-commits] [llvm/llvm-project] 1a75be: [mlir][NFC] Use the native range instead of APInt ...
River Riddle via All-commits
all-commits at lists.llvm.org
Fri Mar 19 17:28:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a75be0023cd80fd8560d689999a63d4368c90e6
https://github.com/llvm/llvm-project/commit/1a75be0023cd80fd8560d689999a63d4368c90e6
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
Log Message:
-----------
[mlir][NFC] Use the native range instead of APInt when computing operand ranges
This removes the need to construct an APInt for each value, given that it is guaranteed to contain 32 bit elements.
BEGIN_PUBLIC
...text exposed to open source public git repo...
END_PUBLIC
More information about the All-commits
mailing list