The code that visits all pairs of constant SHIFT= and SIZE= arguments
in an array-valued call to the ISHFTC intrinsic function had a bad loop
test that affected the case where one of these arguments was scalar and
the other was not. Fix it, and add tests.
Details
Details
- Reviewers
vzakhari - Commits
- rGe0daa2ebd39c: [flang] Fix ISHFTC argument value check
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo