[PATCH] D104245: [GlobalISel] Describe undefined values for G_SBFX/G_UBFX operands
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 18 11:06:16 PDT 2021
arsenm added inline comments.
================
Comment at: llvm/docs/GlobalISel/GenericOpcode.rst:259
+
+ 0 <= lsb < lsb + width <= source bitwidth, where all values are unsigned
+
----------------
What what is the result if this is violated? Poison?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104245/new/
https://reviews.llvm.org/D104245
More information about the llvm-commits
mailing list