We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://godbolt.org/z/zxqshqdcv shows an example. This seems to be intentional on CIR's part, per:
clangir/clang/lib/CIR/CodeGen/CIRGenModule.cpp
Lines 2396 to 2402 in c76c138
On the other hand, LLVM always adds a new function to the end of the module's function list:
clangir/llvm/lib/IR/Function.cpp
Line 506 in c76c138
It's not a huge deal, but it'll make sharing tests with OG more complicated, and I'm wondering if we can match OG instead.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://godbolt.org/z/zxqshqdcv shows an example. This seems to be intentional on CIR's part, per:
clangir/clang/lib/CIR/CodeGen/CIRGenModule.cpp
Lines 2396 to 2402 in c76c138
On the other hand, LLVM always adds a new function to the end of the module's function list:
clangir/llvm/lib/IR/Function.cpp
Line 506 in c76c138
It's not a huge deal, but it'll make sharing tests with OG more complicated, and I'm wondering if we can match OG instead.
The text was updated successfully, but these errors were encountered: