When the vector version of EOSHIFT was called, the BOUNDARY argument was being
ignored. I fixed that and added a test that would not pass without this fix.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D108249
[flang] Fix the vector version of EOSHIFT with a BOUNDARY argument ClosedPublic Authored by PeteSteinfeld on Aug 17 2021, 3:01 PM.
Details Summary When the vector version of EOSHIFT was called, the BOUNDARY argument was being
Diff Detail
Event TimelinePeteSteinfeld created this revision. This revision is now accepted and ready to land.Aug 17 2021, 3:08 PM This revision was landed with ongoing or failed builds.Aug 17 2021, 3:22 PM Closed by commit rGb8ecdcdd817c: [flang] Fix the vector version of EOSHIFT with a BOUNDARY argument (authored by PeteSteinfeld). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 367037 flang/runtime/transformational.cpp
flang/unittests/Runtime/Transformational.cpp
|