[PATCH] D152278: [SCEV] Compute SCEV for ashr(add(shl(x, n), c), m) instr triplet

Vedant Paranjape via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 22:35:15 PDT 2023


vedant-amd added a comment.

In D152278#4417345 <https://reviews.llvm.org/D152278#4417345>, @nikic wrote:

> In D152278#4416394 <https://reviews.llvm.org/D152278#4416394>, @vedant-amd wrote:
>
>> In D152278#4416367 <https://reviews.llvm.org/D152278#4416367>, @xbolva00 wrote:
>>
>>> You have to update that file anyway. Pre-commit builds are clearly failing.
>>
>> Right, is it fine if I mark the test case as XFAIL for now ?
>
> No, you need to regenerate the test by running the update_test_checks.py script.

Will do so, I was not sure if the testcase will be still valid after the updated CHECKs.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152278/new/

https://reviews.llvm.org/D152278



More information about the llvm-commits mailing list