Matt Arsenault
Matt Arsenault
> I believe this issue is beyond my current ability and that I need to spend more time reading documentation and familiarizing myself more with LLVM before beginning to contribute....
* **#146343** 👈 (View in Graphite) * **#146342** * `main` This stack of pull requests is managed by Graphite. Learn more about stacking.
> And it was a little confusing that the PR description argues we should remove `-wasm-enable-eh/sjlj` options, which disagree, when the code seems to fix something else. Those flags control...
> I don't understand. They just control code transformations, and e It changes ABI, so it needs to be observable outside of the target. It changes the set of runtime...
* **#146343** * **#146342** 👈 (View in Graphite) * `main` This stack of pull requests is managed by Graphite. Learn more about stacking.
### Merge activity * **Jul 2, 12:38 AM UTC**: A user started a stack merge that includes this pull request via [Graphite](https://app.graphite.dev/github/pr/llvm/llvm-project/146342). * **Jul 2, 12:39 AM UTC**: @arsenm merged...
> This broke building C++ modules for mingw targets. Repro: > > `empty.cppm`: > > ```c++ > export module empty; > ``` > > ``` > $ clang -target x86_64-windows-gnu...
Title isn't clear to me
> close to avoid blocking other solutions What do you mean? If there's an alternative patch, it should be mentioned in the closing message. Otherwise, why close it
> Oh,sorry, I reopen it now. I close it because the solution is limit to `single-use select node`, which seems not perfect :) That is the solution to many combine...