[mlir][NFC] Use the native range instead of APInt when computing operand ranges
authorRiver Riddle <riddleriver@gmail.com>
Sat, 20 Mar 2021 00:11:23 +0000 (17:11 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Sat, 20 Mar 2021 00:11:46 +0000 (17:11 -0700)
commit1a75be0023cd80fd8560d689999a63d4368c90e6
treed3ee98c0520f4ce889d06b377d68f57bd46af24f
parentd75a611afbc7c5f8c343e0398dd2b506684e506b
[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
mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp