KKazu Hirata[flang] Use value instead of getValue (NFC)
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[flang] Use value instead of getValue (NFC) Flang C++ Style Guide tells us to use x.value() when no presence test is obviously protecting the reference. Since a failure in EXPECT_TRUE doesn't terminate a given test, I don't count it as "protection" here. Differential Revision: https://reviews.llvm.org/D130410 | 3 年前 | |
[flang] Upstream partial lowering of EXIT intrinsic This patch adds partial lowering of the "EXIT" intrinsic to the backend runtime hook implemented in patch D110741. It also adds a helper function to the RuntimeCallTestBase.h for testing for an intrinsic function call in a mlir::Block. Differential Revision: https://reviews.llvm.org/D118141 | 4 年前 | |
[flang][fir] Update flang test tool support classes. This updates the various classes that support the compliation of Fortran. These classes are shared by the test tools. Authors: Eric Schweitz, Sameeran Joshi, et.al. Differential Revision: https://reviews.llvm.org/D97073 | 5 年前 | |
[fir][NFC] Add two negative tests for needExternalNameMangling Add two test for needExternalNameMangling. - One varibale in a function - One namelist in a module This patch is part of the upstreaming effort from fir-dev branch. Reviewed By: schweitz Differential Revision: https://reviews.llvm.org/D111544 | 4 年前 | |
[flang][fir] Update flang test tool support classes. This updates the various classes that support the compliation of Fortran. These classes are shared by the test tools. Authors: Eric Schweitz, Sameeran Joshi, et.al. Differential Revision: https://reviews.llvm.org/D97073 | 5 年前 | |
[flang][NFC] Remove old RTBuilder.h RTBuilder.h has been moved in flang/Optimizer/Builder/Runtime/RTBuilder.h. This duplicate is not necessary anymore. This patch is part of the upstreaming effort from fir-dev branch. Reviewed By: PeteSteinfeld Differential Revision: https://reviews.llvm.org/D121317 | 4 年前 |