Tommy MᶜMichen

Results 24 issues of Tommy MᶜMichen

LLVM's basicaa is not safe for parallel applications because it breaks alias edges that should exist. However basicaa is the only (as far as I can tell) AA that reads...

enhancement

Explaining the IV abstractions as well as the LoopGoverningIVUtility that uses it.

wiki

Include information about how to access the LoopEnvironment How to use the LoopEnvironment Builder

wiki

with information about noelleGym

wiki

Minimized test case: ```c++ A() { __builtin_longjmp(A, 1); } ``` Failed assertion: https://github.com/llvm/clangir/blob/aeac352c9de907fcbb7adde22bbe4a7cfa3105be/clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp#L1847

good first issue