[llvm] Copy flt_scr and Any Remaining Pseudo Op Flags to their Real Counterparts (PR #100187)

Matin Raayai via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 19:45:25 PDT 2024


matinraayai wrote:

I'm dropping this PR since extending the pseudo attributes/classes to reals for both instructions and registers needs more than just changing the AMDGPU tablegen files. It also requires modification of machine verifier functions in the AMDGPU backend to work in codegen and maybe some redesigning of tablegen classes and records. 

Instead of trying to modify the AMDGPU backend, I wrote a tablegen backend which maps all registers/opcodes to their pseudo equivalent on my end, hence this PR is not needed anymore.

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


More information about the llvm-commits mailing list