diff options
author | Samuel Maina <samuelmayna@gmail.com> | 2023-05-06 21:58:17 +0530 |
---|---|---|
committer | Shivam Gupta <shivam.gupta2@amd.com> | 2023-05-06 22:00:00 +0530 |
commit | c1ab19850d5c42a6f76d9bd6049f9cba6e08fba1 (patch) | |
tree | b1216de211c4e0cb142e538b2a11a6cddbe1176c /llvm/lib/Transforms/Utils/BasicBlockUtils.cpp | |
parent | 9ad45b4ab72cbb7acd15fdbea9aefcd66bf867e7 (diff) | |
download | llvm-c1ab19850d5c42a6f76d9bd6049f9cba6e08fba1.zip llvm-c1ab19850d5c42a6f76d9bd6049f9cba6e08fba1.tar.gz llvm-c1ab19850d5c42a6f76d9bd6049f9cba6e08fba1.tar.bz2 |
[Clang][OpenMP]Solved the the always truth condition in Arm64
There was a bug in the getAArch64MTV function on the third if statement which returns truth as reported by this issue [[ https://github.com/llvm/llvm-project/issues/61319 |[Clang] Condition is always true which is caused by a possible copy-pasted bug in CGOpenMPRuntime.cpp
]].
All the testcases are passing. The first unit tests I could find are for functions that are 6 levels from this issue. The function is very low level and couldn't find a way to affect it from the higher functions.
Reviewed By: jhuber6
Differential Revision: https://reviews.llvm.org/D146370
Diffstat (limited to 'llvm/lib/Transforms/Utils/BasicBlockUtils.cpp')
0 files changed, 0 insertions, 0 deletions