User Details
- User Since
- Jan 30 2020, 2:29 PM (165 w, 1 d)
Feb 8 2023
Jan 25 2023
This introduced build failure (due to link time error : undefined reference to "writeIndexToFile"),
and was later fixed by https://github.com/llvm/llvm-project/commit/87bea593626a103ea4d63ab4a027ec956ccc2b56
Dec 1 2022
Code that calls find_if_not was added by commit d65cc8597792ab04142cd2214c46c5c167191bcd to improve compile time & scheduling resources.
Thus I expect that using V and OpValue as is when std::end() is returned shouldn't cause any issues.
Could you provide a test case?
Aug 24 2022
Add missed out 'const'
Aug 23 2022
Jun 13 2022
@DanielMcIntosh-IBM Thank you so much for taking your time to review this patch.
If this commit gets approved:
Jun 8 2022
May 21 2022
Apr 26 2022
@myhsu Thank you !
Apr 24 2022
Since I do not have commit access, it would be great if the reviewer could land this commit for me.
Please use "Youngsuk Kim joseph942010@gmail.com" to commit the change.
Apr 22 2022
[docs] Fix typo in 'CodeGenerator' docs
Mar 2 2022
Mar 1 2022
I see 6 non-temporal store instructions in "llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/x86-non-temporal.ll",
but the expected output ("llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/x86-non-temporal.ll.filter.expected") checks for only 5 non-temporal instructions.
Feb 28 2022
I see 6 non-temporal store instructions in "llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/x86-non-temporal.ll",
but the expected output ("llvm/test/tools/UpdateTestChecks/update_llc_test_checks/Inputs/x86-non-temporal.ll.filter.expected") checks for only 5 non-temporal instructions.