[clang] e7f55bb - [clang][Interp][NFCI] Call* ops don't modify the PC

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Sat Apr 8 06:40:01 PDT 2023


On 08.04.23 14:25, Aaron Ballman wrote:
> On Sat, Apr 8, 2023 at 2:50 AM Timm Bäder via cfe-commits
> <cfe-commits at lists.llvm.org> wrote:
>>
>>
>> Author: Timm Bäder
>> Date: 2023-04-08T08:49:22+02:00
>> New Revision: e7f55bbdb880eb0c096b05d915ee920fe1f2fb98
>>
>> URL: https://github.com/llvm/llvm-project/commit/e7f55bbdb880eb0c096b05d915ee920fe1f2fb98
>> DIFF: https://github.com/llvm/llvm-project/commit/e7f55bbdb880eb0c096b05d915ee920fe1f2fb98.diff
>>
>> LOG: [clang][Interp][NFCI] Call* ops don't modify the PC
> 
> Err, I don't think this is actually NFC given that it's fixing a
> crash. Can you add test coverage for the change?
> 
> ~Aaron

Sure, done: 
https://github.com/llvm/llvm-project/commit/0260ea3a5b1cfa0b0dbb9852742da7480fda620c

- Timm



More information about the cfe-commits mailing list