https://github.com/davemgreen commented:
It looks like this is progressing nicely. It's quite a large change and if
there are any parts we can pull out and commit separately, that would help.
https://github.com/llvm/llvm-project/pull/137101
___
cfe-co
https://github.com/davemgreen edited
https://github.com/llvm/llvm-project/pull/137101
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
davemgreen wrote:
I will try and find some time to take a look at this, I haven't managed to yet.
Are there any smaller parts we can split away into their own reviews to start
moving it forward?
https://github.com/llvm/llvm-project/pull/137101
___
c
davemgreen wrote:
Am I right that the bits of FPSCR that are read by the instruction are just the
rounding mode? Can we add a new register for just those bits, like FPSCR_NZCV.
FPSCR_RM would alias with FPSCR but not FPSCR_NZCV.
```
def FPSCR_RM : ARMReg<3, "fpscr_rm"> {
let Aliases = [FPS
401 - 404 of 404 matches
Mail list logo