-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Closed
Labels
flang:driverquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Description
I pulled the LLVM main branch today and found that explicitly enabling LoopInterchangePass does not trigger the pass:
flang-new -S -o xxx.ll -O3 -flto -march=rocketlake -mllvm -enable-loopinterchange=true xxx.f
And On 2023-08-25 flang-new successfully invoked LoopInterchangePass.
Am I missing something?
Metadata
Metadata
Assignees
Labels
flang:driverquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!