summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorSacha Ballantyne <Sacha.Ballantyne@arm.com>2023-02-28 16:42:18 +0000
committerSacha Ballantyne <Sacha.Ballantyne@arm.com>2023-02-28 17:15:36 +0000
commit242bb0b65249a891809c8b03d2a9714ab225e386 (patch)
treeb73d4912b17f7e4b7d1cdcf8459021b5c3c54778 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parentf94fb2674805d4b14d8c1a3a604eae25576cf5ca (diff)
[flang] Fix a bug with simplified minloc that treated logicals with even values > 1 as 0
Previously the mask would be loaded as the appropriate integer type and cast to I1 to pass to fir.if, however this truncates the integer and so would cast 6 to 0. By loading values as logicals and casting to I1 this problem is avoided. Reviewed By: Leporacanthicus Differential Revision: https://reviews.llvm.org/D144974
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions