Why should I know this?

LLVM instruction 추가 PR 본문

LLVM-STUDY/TODO

LLVM instruction 추가 PR

die4taoam 2023. 3. 17. 01:54

https://github.com/llvm/llvm-project/commit/cbde0d9c7be1991751dc3eb5928294d2e00ef26a

 

[IR] Add a dedicated FNeg IR Instruction · llvm/llvm-project@cbde0d9

The IEEE-754 Standard makes it clear that fneg(x) and fsub(-0.0, x) are two different operations. The former is a bitwise operation, while the latter is an arithmetic operation. This patch creates ...

github.com

https://github.com/llvm/llvm-project/commit/784929d0454c4df6a98ef6fbbd1d30a6f71f9c16

 

Implementation of asm-goto support in LLVM · llvm/llvm-project@784929d

This patch accompanies the RFC posted here: http://lists.llvm.org/pipermail/llvm-dev/2018-October/127239.html This patch adds a new CallBr IR instruction to support asm-goto inline assembly like g...

github.com

 

Comments