diff options
author | Peter Klausler <pklausler@nvidia.com> | 2022-12-17 10:48:27 -0800 |
---|---|---|
committer | Peter Klausler <pklausler@nvidia.com> | 2022-12-17 15:24:59 -0800 |
commit | 4244cab23afcee5c3515d67d6d340cf82ce5289f (patch) | |
tree | 336b89e3291be4b08bde90d2c135c266de5ad732 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 8f0df9f3bbc6d7f3d5cbfd955c5ee4404c53a75d (diff) | |
download | llvm-4244cab23afcee5c3515d67d6d340cf82ce5289f.zip llvm-4244cab23afcee5c3515d67d6d340cf82ce5289f.tar.gz llvm-4244cab23afcee5c3515d67d6d340cf82ce5289f.tar.bz2 |
[flang] Check constant arguments to bit manipulation intrinsics even if not foldable
When some arguments that specify bit positions, shift counts, and field sizes are
constant at compilation time, but other arguments are not constant, the compiler
should still validate the constant ones. In the current sources, validation is
only performed for intrinsic references that can be folded to constants.
Differential Revision: https://reviews.llvm.org/D140152
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions