Kazu Hirata
|
c79827cd15
|
[SandboxIR] Fix a warning
This patch fixes:
llvm/lib/SandboxIR/Context.cpp:684:22: error: unused variable
'MaxRegisteredCallbacks' [-Werror,-Wunused-const-variable]
|
2024-10-29 12:05:18 -07:00 |
|
Jorge Gorbe Moya
|
4df71ab78e
|
[SandboxIR] Add callbacks for instruction insert/remove/move ops (#112965)
|
2024-10-29 09:25:51 -07:00 |
|
vporpo
|
ed5088a271
|
[SandboxIR] Switch more Instruction::create() to InsertPosition (#111213)
Also moves CmpInst definitions from Context.cpp to Instruction.cpp
|
2024-10-04 15:06:55 -07:00 |
|
vporpo
|
e22b07e766
|
[SandboxIR][NFC] Move Function class to a separate file (#110526)
|
2024-09-30 10:12:47 -07:00 |
|
vporpo
|
eba106d461
|
[SandboxIR][NFC] Move Instruction classes into a separate file (#110294)
|
2024-09-27 10:54:11 -07:00 |
|
vporpo
|
7a2c5c69ce
|
[SandboxIR][NFC] Move User into a separate file (#110157)
|
2024-09-26 14:25:59 -07:00 |
|
vporpo
|
165a912807
|
[SandboxIR][NFC] Move Context class into a separate file (#110049)
|
2024-09-25 17:04:20 -07:00 |
|