[llvm] [RISCV] Add IsSignExtendingOpW to AMO*_W instructions. (PR #72349)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 22:27:05 PST 2023


dtcxzyw wrote:

> > I think it also holds for `lr.w` and `amocas.w`.
> 
> Do lr.w instructions exist at that point in the pipeline?

`lr.w` is generated during the atomic pseudo instruction expansion. Sorry for my mistake.

https://github.com/llvm/llvm-project/pull/72349


More information about the llvm-commits mailing list